Otclient  14/8/2020
packed_any.h File Reference
#include <algorithm>
#include <cassert>
#include <type_traits>
#include <typeinfo>
Include dependency graph for packed_any.h:
This graph shows which files directly or indirectly include this file:

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)