Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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

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

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

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: