Sen API
Sen Libraries
Loading...
Searching...
No Matches
sen::Result< T, E > Member List

This is the complete list of members for sen::Result< T, E >, including all inherited members.

ErrorType typedefsen::Result< T, E >
expect(std::string_view errorMsg={}) const noexceptsen::Result< T, E >inline
getError() constsen::Result< T, E >inline
getValue() const &sen::Result< T, E >inline
getValue() &&sen::Result< T, E >inline
getValueOr(const U &defaultVal) const noexceptsen::Result< T, E >inline
isError() const noexceptsen::Result< T, E >inline
isOk() const noexceptsen::Result< T, E >inline
operator bool() const noexceptsen::Result< T, E >inlineexplicit
operator!=(const Result &other) constsen::Result< T, E >inline
operator==(const Result &other) constsen::Result< T, E >inline
Result(impl::Ok< T > &&ok) noexceptsen::Result< T, E >inline
Result(impl::Err< E > &&err) noexceptsen::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 typedefsen::Result< T, E >
~Result()=defaultsen::Result< T, E >