Qucs-core  0.0.19
Data Fields
testing::internal::FloatingPoint< RawType >::FloatingPointUnion Union Reference
Collaboration diagram for testing::internal::FloatingPoint< RawType >::FloatingPointUnion:
Collaboration graph
[legend]

Data Fields

RawType value_
Bits bits_

Detailed Description

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

Definition at line 7299 of file fused-src/gtest/gtest.h.


Field Documentation

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

Definition at line 7301 of file fused-src/gtest/gtest.h.

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

Definition at line 7300 of file fused-src/gtest/gtest.h.


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