This is the complete list of members for Result< S, T >, including all inherited members.
get() const noexcept -> T | Result< S, T > | inline |
gets() const -> S | Result< S, T > | inline |
invalid() const noexcept | Result< S, T > | inline |
match(Func &&f, Err &&r) noexcept | Result< S, T > | inline |
operator bool() const noexcept | Result< S, T > | inlineexplicit |
Result() noexcept | Result< S, T > | inlineexplicit |
Result(T const &&t) noexcept | Result< S, T > | inlineexplicit |
Result(S &&s) noexcept | Result< S, T > | inlineexplicit |
valid() const noexcept | Result< S, T > | inline |