|
HikoGUI
A low latency retained GUI
|
Public Types | |
| using | value_type = T |
| using | error_type = E |
Public Member Functions | |
| constexpr | parse_expected (parse_expected const &) noexcept=default |
| constexpr | parse_expected (parse_expected &&) noexcept=default |
| constexpr parse_expected & | operator= (parse_expected const &) noexcept=default |
| constexpr parse_expected & | operator= (parse_expected &&) noexcept=default |
| constexpr | parse_expected (std::nullopt_t) noexcept _v |