Struct Result
template <typename T, typename E>
Public Types
Type | Name |
---|---|
typedef details::Storage< T, E > | storage_type |
Public Functions
Type | Name |
---|---|
Result (types::Ok< T > ok) |
|
Result (types::Err< E > err) |
|
Result (Result && other) |
|
Result (const Result & other) |
|
T | expect (const char * str) const |
bool | isErr () const |
bool | isOk () const |
Ret | map (Func func) const |
Ret | mapError (Func func) const |
Ret | orElse (Func func) const |
Result< T, E > | otherwise (Func func) const |
storage_type & | storage () |
const storage_type & | storage () const |
Result< T, E > | then (Func func) const |
std::enable_if<!std::is_same< U, void >::value, U >::type | unwrap () const |
E | unwrapErr () const |
std::enable_if<!std::is_same< U, void >::value, U >::type | unwrapOr (const U & defaultValue) const |
~Result () |
Public Types Documentation
typedef storage_type
Public Functions Documentation
function Result [1/4]
function Result [2/4]
function Result [3/4]
function Result [4/4]
function expect
function isErr
function isOk
function map
function mapError
function orElse
function otherwise
function storage [1/2]
function storage [2/2]
function then
function unwrap
template<typename U>
inline std::enable_if<!std::is_same< U, void >::value, U >::type Result::unwrap () const
function unwrapErr
function unwrapOr
template<typename U>
inline std::enable_if<!std::is_same< U, void >::value, U >::type Result::unwrapOr (
const U & defaultValue
) const
function ~Result
The documentation for this class was generated from the following file include/qqmusic/details/result.h