assert_val() | asmgrader::Expected< T, E > | inline |
error() const | asmgrader::Expected< T, E > | inline |
error_or(Eu &&default_value) const | asmgrader::Expected< T, E > | inline |
ErrT typedef | asmgrader::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 typedef | asmgrader::Expected< T, E > | |
has_error() const | asmgrader::Expected< T, E > | inline |
has_value() const | asmgrader::Expected< T, E > | inline |
operator bool() const | asmgrader::Expected< T, E > | inlineexplicit |
operator*() | asmgrader::Expected< T, E > | inline |
operator*() const | asmgrader::Expected< T, E > | inline |
operator->() | asmgrader::Expected< T, E > | inline |
operator->() const | asmgrader::Expected< T, E > | inline |
operator<=>(const Expected &rhs) const =default | asmgrader::Expected< T, E > | |
operator==(const Expected &rhs) const | asmgrader::Expected< T, E > | inline |
operator==(const Tu &rhs) const | asmgrader::Expected< T, E > | inline |
operator==(const Eu &rhs) const | asmgrader::Expected< T, E > | inline |
transform(const Func &func) | asmgrader::Expected< T, E > | inline |
value() | asmgrader::Expected< T, E > | inline |
value() const | asmgrader::Expected< T, E > | inline |
value() const | asmgrader::Expected< T, E > | inline |
value_or(Tu &&default_value) const | asmgrader::Expected< T, E > | inline |