|
Sen API
Sen Libraries
|
This is the complete list of members for sen::Result< T, E >, including all inherited members.
| ErrorType typedef | sen::Result< T, E > | |
| expect(std::string_view errorMsg={}) const noexcept | sen::Result< T, E > | inline |
| getError() const | sen::Result< T, E > | inline |
| getValue() const & | sen::Result< T, E > | inline |
| getValue() && | sen::Result< T, E > | inline |
| getValueOr(const U &defaultVal) const noexcept | sen::Result< T, E > | inline |
| isError() const noexcept | sen::Result< T, E > | inline |
| isOk() const noexcept | sen::Result< T, E > | inline |
| operator bool() const noexcept | sen::Result< T, E > | inlineexplicit |
| operator!=(const Result &other) const | sen::Result< T, E > | inline |
| operator==(const Result &other) const | sen::Result< T, E > | inline |
| Result(impl::Ok< T > &&ok) noexcept | sen::Result< T, E > | inline |
| Result(impl::Err< E > &&err) noexcept | sen::Result< T, E > | inline |
| Result(const Result< U, G > &other) | sen::Result< T, E > | inline |
| Result(Result< U, G > &&other) | sen::Result< T, E > | inline |
| ValueType typedef | sen::Result< T, E > | |
| ~Result()=default | sen::Result< T, E > |