Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Attributes | List of all members
testing::internal::FloatingPoint< RawType >::FloatingPointUnion Union Reference

Public Attributes

RawType value_
 
Bits bits_
 

Detailed Description

template<typename RawType>
union testing::internal::FloatingPoint< RawType >::FloatingPointUnion

Definition at line 357 of file gtest-internal.h.

Member Data Documentation

◆ value_

template<typename RawType >
RawType testing::internal::FloatingPoint< RawType >::FloatingPointUnion::value_

Definition at line 358 of file gtest-internal.h.

◆ bits_

template<typename RawType >
Bits testing::internal::FloatingPoint< RawType >::FloatingPointUnion::bits_

Definition at line 359 of file gtest-internal.h.


The documentation for this union was generated from the following file: