HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Data Fields
test::operand< ErrorClass, T > Struct Template Reference

#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
 

Detailed Description

template<error_class ErrorClass, typename T>
struct test::operand< ErrorClass, T >

Operand of a comparison, bound to an error-value.

An operand is the result of the spaceship-operator between:


The documentation for this struct was generated from the following file: