Elements  6.2
A C++ base framework for the Euclid Software.
Public Attributes | List of all members
Elements::FloatingPoint< RawType >::FloatingPointUnion Union Reference
Collaboration diagram for Elements::FloatingPoint< RawType >::FloatingPointUnion:
Collaboration graph
[legend]

Public Attributes

RawType m_value
 
Bits m_bits
 

Detailed Description

template<typename RawType>
union Elements::FloatingPoint< RawType >::FloatingPointUnion

Definition at line 317 of file Real.h.

Member Data Documentation

◆ m_bits

template<typename RawType >
Bits Elements::FloatingPoint< RawType >::FloatingPointUnion::m_bits

◆ m_value

template<typename RawType >
RawType Elements::FloatingPoint< RawType >::FloatingPointUnion::m_value

Definition at line 318 of file Real.h.

Referenced by Elements::FloatingPoint< RawType >::ReinterpretBits().


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