Otclient
14/8/2020
|
#include <packed_any.h>
Public Member Functions | |
holder (const T &value) | |
const std::type_info & | type () const |
placeholder * | clone () const |
Public Member Functions inherited from stdext::packed_any::placeholder | |
virtual | ~placeholder () |
Public Attributes | |
T | held |
Definition at line 50 of file packed_any.h.
|
inline |
Definition at line 51 of file packed_any.h.
|
inlinevirtual |
Implements stdext::packed_any::placeholder.
Definition at line 53 of file packed_any.h.
|
inlinevirtual |
Implements stdext::packed_any::placeholder.
Definition at line 52 of file packed_any.h.
T stdext::packed_any::holder< T >::held |
Definition at line 54 of file packed_any.h.