Elements 6.3.3
A C++ base framework for the Euclid Software.
Loading...
Searching...
No Matches
Elements::FloatingPoint< RawType >::FloatingPointUnion Union Reference
Collaboration diagram for Elements::FloatingPoint< RawType >::FloatingPointUnion:

Public Attributes

RawType m_value
Bits m_bits

Detailed Description

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

Definition at line 268 of file Real.h.

Member Data Documentation

◆ m_bits

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

Definition at line 270 of file Real.h.

◆ m_value

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

Definition at line 269 of file Real.h.


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