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
Public Attributes Documentation
variable initialized_
variable storage_
Public Functions Documentation
function construct [1/2]
function construct [2/2]
function destroy [1/2]
function destroy [2/2]
function get [1/2]
function get [2/2]
function rawConstruct
The documentation for this class was generated from the following file include/qqmusic/details/result.h