Result

A result type

Members

Functions

error
Error error()

Returns the error value

is_error
bool is_error()

Check if is erroneous

is_okay
bool is_okay()

Check if is okay

ok
Okay ok()

Retuns the okay value

opCast
bool opCast()

Returns the okayness of this result

Meta