|
HikoGUI
A low latency retained GUI
|
Public Member Functions | |
| 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 | |
| float16 (uint16_t const &rhs, bool) noexcept | |
| constexpr uint16_t | get () const noexcept |
| constexpr float16 & | set (uint16_t rhs) noexcept |
Friends | |
| bool | operator== (float16 const &lhs, float16 const &rhs) noexcept |
| bool | operator!= (float16 const &lhs, float16 const &rhs) noexcept |