|
HikoGUI
A low latency retained GUI
|
#include <hikogui/label.hpp>
Friends | |
| constexpr friend bool | to_bool (text const &rhs) noexcept |
| Check if text contains a string. | |
| constexpr friend std::string | to_string (hi::text const &rhs) noexcept |
| Convert the text into a std::string. | |
| constexpr friend gstring | to_gstring (hi::text const &rhs) noexcept |
| Convert the text into a gstring. | |
Check if text contains a string.
to_bool() returns true on an zero length string.
|
friend |
Convert the text into a std::string.