|
|
using | value_type = text_sub_style |
|
using | reference = value_type const& |
|
using | vector_type = std::vector<value_type> |
|
using | iterator = vector_type::const_iterator |
|
|
| 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 |
|
|
constexpr friend bool | operator== (text_style_impl const &, text_style_impl const &) noexcept=default |
The documentation for this struct was generated from the following file: