AsmGrader 0.0.0
Loading...
Searching...
No Matches
asmgrader::Expected< T, E > Member List

This is the complete list of members for asmgrader::Expected< T, E >, including all inherited members.

assert_val()asmgrader::Expected< T, E >inline
error() constasmgrader::Expected< T, E >inline
error_or(Eu &&default_value) constasmgrader::Expected< T, E >inline
ErrT typedefasmgrader::Expected< T, E >
Expected()asmgrader::Expected< T, E >inline
Expected(std::in_place_t, Args &&... args)asmgrader::Expected< T, E >inlineexplicit
Expected(Tu &&value)asmgrader::Expected< T, E >inline
Expected(Eu &&error)asmgrader::Expected< T, E >inline
Expected(UnexpectedT, Eu &&error)asmgrader::Expected< T, E >inline
ExpectedT typedefasmgrader::Expected< T, E >
has_error() constasmgrader::Expected< T, E >inline
has_value() constasmgrader::Expected< T, E >inline
operator bool() constasmgrader::Expected< T, E >inlineexplicit
operator*()asmgrader::Expected< T, E >inline
operator*() constasmgrader::Expected< T, E >inline
operator->()asmgrader::Expected< T, E >inline
operator->() constasmgrader::Expected< T, E >inline
operator<=>(const Expected &rhs) const =defaultasmgrader::Expected< T, E >
operator==(const Expected &rhs) constasmgrader::Expected< T, E >inline
operator==(const Tu &rhs) constasmgrader::Expected< T, E >inline
operator==(const Eu &rhs) constasmgrader::Expected< T, E >inline
transform(const Func &func)asmgrader::Expected< T, E >inline
value()asmgrader::Expected< T, E >inline
value() constasmgrader::Expected< T, E >inline
value() constasmgrader::Expected< T, E >inline
value_or(Tu &&default_value) constasmgrader::Expected< T, E >inline