#include <packed_any.h>
Definition at line 41 of file packed_any.h.
◆ packed_any() [1/4]
stdext::packed_any::packed_any |
( |
| ) |
|
|
inline |
◆ packed_any() [2/4]
stdext::packed_any::packed_any |
( |
const packed_any & |
other | ) |
|
|
inline |
◆ packed_any() [3/4]
template<typename T >
stdext::packed_any::packed_any |
( |
const T & |
value, |
|
|
typename std::enable_if<(can_pack_in_any< T >::value)>::type * |
= nullptr |
|
) |
| |
|
inline |
◆ packed_any() [4/4]
template<typename T >
stdext::packed_any::packed_any |
( |
const T & |
value, |
|
|
typename std::enable_if<!(can_pack_in_any< T >::value)>::type * |
= nullptr |
|
) |
| |
|
inline |
◆ ~packed_any()
stdext::packed_any::~packed_any |
( |
| ) |
|
|
inline |
◆ cast()
template<typename T >
T stdext::packed_any::cast |
◆ empty()
bool stdext::packed_any::empty |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
template<typename T >
packed_any& stdext::packed_any::operator= |
( |
const T & |
rhs | ) |
|
|
inline |
◆ operator=() [2/2]
◆ swap()
◆ type()
const std::type_info& stdext::packed_any::type |
( |
| ) |
const |
|
inline |
◆ content
◆ scalar
bool stdext::packed_any::scalar |
The documentation for this class was generated from the following file: