Eigen::half_impl::half_base Struct Reference
+ Inheritance diagram for Eigen::half_impl::half_base:

Public Member Functions

EIGEN_CONSTEXPR half_base ()
 
EIGEN_CONSTEXPR half_base (const __half_raw &h)
 
- Public Member Functions inherited from Eigen::half_impl::__half_raw
EIGEN_CONSTEXPR __half_raw ()
 
EIGEN_CONSTEXPR __half_raw (numext::uint16_t raw)
 

Additional Inherited Members

- Public Attributes inherited from Eigen::half_impl::__half_raw
numext::uint16_t x
 

Detailed Description

Definition at line 124 of file Half.h.

Constructor & Destructor Documentation

◆ half_base() [1/2]

EIGEN_CONSTEXPR Eigen::half_impl::half_base::half_base ( )
inline

Definition at line 125 of file Half.h.

125 {}

◆ half_base() [2/2]

EIGEN_CONSTEXPR Eigen::half_impl::half_base::half_base ( const __half_raw h)
inline

Definition at line 126 of file Half.h.

126 : __half_raw(h) {}
EIGEN_CONSTEXPR __half_raw()
Definition: Half.h:96

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