error() const | GempyreUtils::Result< R, E > | inline |
error_type typedef | GempyreUtils::Result< R, E > | |
has_value() const | GempyreUtils::Result< R, E > | inline |
make_error(const E &e) | GempyreUtils::Result< R, E > | inlinestatic |
make_error(E &&e) | GempyreUtils::Result< R, E > | inlinestatic |
make_error() | GempyreUtils::Result< R, E > | inlinestatic |
ok() | GempyreUtils::Result< R, E > | inlinestatic |
operator bool() const | GempyreUtils::Result< R, E > | inline |
operator std::optional< R >() const | GempyreUtils::Result< R, E > | inline |
operator*() | GempyreUtils::Result< R, E > | inline |
operator*() const | GempyreUtils::Result< R, E > | inline |
operator->() | GempyreUtils::Result< R, E > | inline |
operator->() const | GempyreUtils::Result< R, E > | inline |
operator=(R &&r) | GempyreUtils::Result< R, E > | inline |
operator=(Err &&e) | GempyreUtils::Result< R, E > | inline |
operator=(const R &r) | GempyreUtils::Result< R, E > | inline |
operator=(const Err &e) | GempyreUtils::Result< R, E > | inline |
Result(R &&r) | GempyreUtils::Result< R, E > | inline |
Result(Err &&e) | GempyreUtils::Result< R, E > | inline |
Result(const R &r) | GempyreUtils::Result< R, E > | inline |
Result(const Err &e) | GempyreUtils::Result< R, E > | inline |
value() const | GempyreUtils::Result< R, E > | inline |
value() | GempyreUtils::Result< R, E > | inline |
value_type typedef | GempyreUtils::Result< R, E > | |