|
HikoGUI
A low latency retained GUI
|
#include <hikotest/hikotest.hpp>
Public Types | |
| using | value_type = bool |
Public Member Functions | |
| operand (error< error_class::exact >, value_type const &value) noexcept | |
| operator std::expected< void, std::string > () const noexcept | |
| Convert the boolean result as an std::expected. | |
Data Fields | |
| value_type const & | v |
Result of the boolean expression.
The operand is the result of a spaceship-operator between:
error<error_class::exact> value.
|
inlinenoexcept |
Convert the boolean result as an std::expected.
This allows an expression to be directly used as an argument to check().