This is the complete list of members for copp::Expected< T >, including all inherited members.
| error() const noexcept | copp::Expected< T > | inline |
| Expected(T value) | copp::Expected< T > | inline |
| failure(Status status, std::string message) | copp::Expected< T > | inlinestatic |
| has_value() const noexcept | copp::Expected< T > | inline |
| operator bool() const noexcept | copp::Expected< T > | inlineexplicit |
| value() & | copp::Expected< T > | inline |
| value() const & | copp::Expected< T > | inline |
| value() && | copp::Expected< T > | inline |