Otclient
14/8/2020
|
#include <algorithm>
#include <cassert>
#include <type_traits>
#include <typeinfo>
Go to the source code of this file.
Classes | |
struct | stdext::can_pack_in_any< T > |
class | stdext::packed_any |
struct | stdext::packed_any::placeholder |
struct | stdext::packed_any::holder< T > |
Namespaces | |
stdext | |
Functions | |
template<typename T > | |
std::enable_if< can_pack_in_any< T >::value, T >::type | stdext::packed_any_cast (const packed_any &operand) |
template<typename T > | |
std::enable_if<!can_pack_in_any< T >::value, T >::type | stdext::packed_any_cast (const packed_any &operand) |