|
HikoGUI
A low latency retained GUI
|
Public Member Functions | |
| constexpr | const_proxy_type (const_proxy_type const &other) noexcept |
| constexpr | const_proxy_type (const_proxy_type &&other) noexcept |
| constexpr const_proxy_type & | operator= (const_proxy_type const &other) noexcept |
| constexpr const_proxy_type & | operator= (const_proxy_type &&other) noexcept |
| constexpr | const_proxy_type (proxy_type &&other) noexcept |
| constexpr const_proxy_type & | operator= (proxy_type &&other) noexcept |
| constexpr | const_proxy_type (observable_impl *actual) noexcept |
| constexpr | operator value_type const & () const noexcept |
| constexpr value_type const * | operator-> () const noexcept |
| constexpr value_type const & | operator* () const noexcept |
| constexpr value_type const * | operator& () const noexcept |
Data Fields | |
| observable_impl * | actual |