|
HikoGUI
A low latency retained GUI
|
Public Member Functions | |
| constexpr auto | begin () noexcept |
| constexpr auto | end () noexcept |
| constexpr auto | begin () const noexcept |
| constexpr auto | end () const noexcept |
| constexpr T & | operator[] (std::size_t i) noexcept |
| constexpr T const & | operator[] (std::size_t i) const noexcept |
| T & | get (std::string tag) noexcept |
| T const & | get (std::string tag) const noexcept |
| template<fixed_string Tag> | |
| constexpr T & | get () noexcept |
| template<fixed_string Tag> | |
| constexpr T const & | get () const noexcept |
Static Public Member Functions | |
| static constexpr std::size_t | size () noexcept |
| static std::string | get_tag (std::size_t i) noexcept |
| static bool | has (std::string tag) noexcept |