|
HikoGUI
A low latency retained GUI
|
#include <hikotest/hikotest.hpp>
Public Types | |
| using | value_type = T |
Public Member Functions | |
| operand (error< ErrorClass > error, value_type const &value) noexcept | |
Data Fields | |
| ::test::error< ErrorClass > | e |
| value_type const & | v |
Operand of a comparison, bound to an error-value.
An operand is the result of the spaceship-operator between:
error<> value.