HikoGUI
A low latency retained GUI
|
Public Types | |
using | value_type = text_sub_style |
using | reference = value_type const& |
using | vector_type = std::vector<value_type> |
using | iterator = vector_type::const_iterator |
Public Member Functions | |
text_style_impl (std::vector< text_sub_style > sub_styles) noexcept | |
bool | empty () const noexcept |
operator bool () const noexcept | |
size_t | hash () const noexcept |
reference | back () const noexcept |
iterator | begin () const noexcept |
iterator | end () const noexcept |
Data Fields | |
vector_type | _sub_styles |
Friends | |
constexpr friend bool | operator== (text_style_impl const &, text_style_impl const &) noexcept=default |