HikoGUI
Select Version: ⚠️ This documents the main development branch of HikoGUI. It might differ from release versions.
A low latency retained GUI
|
Public Member Functions | |
constexpr | half (half const &) noexcept=default |
constexpr | half (half &&) noexcept=default |
constexpr half & | operator= (half const &) noexcept=default |
constexpr half & | operator= (half &&) noexcept=default |
constexpr | half (std::in_place_t, uint16_t v) noexcept |
constexpr | half (float other) noexcept |
constexpr | operator float () const noexcept |
constexpr uint16_t const & | intrinsic () const noexcept |
constexpr uint16_t & | intrinsic () noexcept |
constexpr half & | operator= (float other) noexcept |
std::size_t | hash () const noexcept |
Data Fields | |
uint16_t | v = 0 |