跳转至

Struct details::Constructor

template <typename T, typename E>

ClassList > details > Constructor

Public Static Functions

Type Name
void copy (const Storage< T, E > & src, Storage< T, E > & dst, ok_tag)
void copy (const Storage< T, E > & src, Storage< T, E > & dst, err_tag)
void move (Storage< T, E > && src, Storage< T, E > & dst, ok_tag)
void move (Storage< T, E > && src, Storage< T, E > & dst, err_tag)

Public Static Functions Documentation

function copy [1/2]

static inline void details::Constructor::copy (
    const Storage < T, E > & src,
    Storage < T, E > & dst,
    ok_tag
) 

function copy [2/2]

static inline void details::Constructor::copy (
    const Storage < T, E > & src,
    Storage < T, E > & dst,
    err_tag
) 

function move [1/2]

static inline void details::Constructor::move (
    Storage < T, E > && src,
    Storage < T, E > & dst,
    ok_tag
) 

function move [2/2]

static inline void details::Constructor::move (
    Storage < T, E > && src,
    Storage < T, E > & dst,
    err_tag
) 


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