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

Public Member Functions

EIGEN_CONSTEXPR __half_raw ()
 
EIGEN_CONSTEXPR __half_raw (numext::uint16_t raw)
 

Public Attributes

numext::uint16_t x
 

Detailed Description

Definition at line 87 of file Half.h.

Constructor & Destructor Documentation

◆ __half_raw() [1/2]

EIGEN_CONSTEXPR Eigen::half_impl::__half_raw::__half_raw ( )
inline

Definition at line 96 of file Half.h.

96 : x(0) {}
numext::uint16_t x
Definition: Half.h:104

◆ __half_raw() [2/2]

EIGEN_CONSTEXPR Eigen::half_impl::__half_raw::__half_raw ( numext::uint16_t  raw)
inlineexplicit

Definition at line 103 of file Half.h.

103 : x(raw) {}

Member Data Documentation

◆ x

numext::uint16_t Eigen::half_impl::__half_raw::x

Definition at line 104 of file Half.h.


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