跳转至

Struct Result

template <typename T, typename E>

ClassList > Result

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

typedef details::Storage<T, E> Result< T, E >::storage_type;

Public Functions Documentation

function Result [1/4]

inline Result::Result (
    types::Ok < T > ok
) 

function Result [2/4]

inline Result::Result (
    types::Err < E > err
) 

function Result [3/4]

inline Result::Result (
    Result && other
) 

function Result [4/4]

inline Result::Result (
    const Result & other
) 

function expect

inline T Result::expect (
    const char * str
) const

function isErr

inline bool Result::isErr () const

function isOk

inline bool Result::isOk () const

function map

template<typename Func, typename Ret>
inline Ret Result::map (
    Func func
) const

function mapError

template<typename Func, typename Ret>
inline Ret Result::mapError (
    Func func
) const

function orElse

template<typename Func, typename Ret>
inline Ret Result::orElse (
    Func func
) const

function otherwise

template<typename Func>
inline Result < T, E > Result::otherwise (
    Func func
) const

function storage [1/2]

inline storage_type & Result::storage () 

function storage [2/2]

inline const storage_type & Result::storage () const

function then

template<typename Func>
inline Result < T, E > Result::then (
    Func func
) const

function unwrap

template<typename U>
inline std::enable_if<!std::is_same< U, void >::value, U >::type Result::unwrap () const

function unwrapErr

inline E Result::unwrapErr () const

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

inline Result::~Result () 


The documentation for this class was generated from the following file include/qqmusic/details/result.h