|
|
template<typename T , std::enable_if_t< std::is_arithmetic_v< T >, int > = 0> |
| | float16 (T const &rhs) noexcept |
| |
|
template<typename T , std::enable_if_t< std::is_arithmetic_v< T >, int > = 0> |
| float16 & | operator= (T const &rhs) noexcept |
| |
|
| operator float () const noexcept |
| |
|
constexpr uint16_t | get () const noexcept |
| |
|
constexpr float16 & | set (uint16_t rhs) noexcept |
| |
|
size_t | hash () const noexcept |
| |
|
|
static float16 | from_uint16_t (uint16_t const rhs) noexcept |
| |
The documentation for this class was generated from the following file: