util::Expected<void, E>

Synopsis

Declared in <util/expected.h>

template<class E>
class Expected<void, E>;

Member Functions

NameDescription
Expected [constructor]Constructors
error
has_value
operator*
value
operator bool Conversion to bool