跳转至

Struct details::Storage< void, E >

template <typename E>

ClassList > details > Storage< void, E >

Public Types

Type Name
typedef std::aligned_storage< sizeof(E), alignof(E)>::type type

Public Attributes

Type Name
bool initialized_
type storage_

Public Functions

Type Name
void construct (types::Ok< void >)
void construct (types::Err< E > err)
void destroy (ok_tag)
void destroy (err_tag)
const U & get () const
U & get ()
void rawConstruct (U && val)

Public Types Documentation

typedef type

typedef std::aligned_storage<sizeof(E),alignof(E)>::type details::Storage< void, E >::type;

Public Attributes Documentation

variable initialized_

bool details::Storage< void, E >::initialized_;

variable storage_

type details::Storage< void, E >::storage_;

Public Functions Documentation

function construct [1/2]

inline void details::Storage< void, E >::construct (
    types::Ok < void >
) 

function construct [2/2]

inline void details::Storage< void, E >::construct (
    types::Err < E > err
) 

function destroy [1/2]

inline void details::Storage< void, E >::destroy (
    ok_tag
) 

function destroy [2/2]

inline void details::Storage< void, E >::destroy (
    err_tag
) 

function get [1/2]

template<typename U>
inline const U & details::Storage< void, E >::get () const

function get [2/2]

template<typename U>
inline U & details::Storage< void, E >::get () 

function rawConstruct

template<typename U>
inline void details::Storage< void, E >::rawConstruct (
    U && val
) 


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