Otclient  14/8/2020
stdext::any::holder< T > Struct Template Reference

#include <any.h>

Inheritance diagram for stdext::any::holder< T >:
Collaboration diagram for stdext::any::holder< T >:

Public Member Functions

 holder (const T &value)
 
const std::type_info & type () const
 
placeholderclone () const
 
- Public Member Functions inherited from stdext::any::placeholder
virtual ~placeholder ()
 

Public Attributes

held
 

Detailed Description

template<typename T>
struct stdext::any::holder< T >

Definition at line 41 of file any.h.

Constructor & Destructor Documentation

◆ holder()

template<typename T >
stdext::any::holder< T >::holder ( const T &  value)
inline

Definition at line 42 of file any.h.

Here is the caller graph for this function:

Member Function Documentation

◆ clone()

template<typename T >
placeholder* stdext::any::holder< T >::clone ( ) const
inlinevirtual

Implements stdext::any::placeholder.

Definition at line 44 of file any.h.

Here is the call graph for this function:

◆ type()

template<typename T >
const std::type_info& stdext::any::holder< T >::type ( ) const
inlinevirtual

Implements stdext::any::placeholder.

Definition at line 43 of file any.h.

Member Data Documentation

◆ held

template<typename T >
T stdext::any::holder< T >::held

Definition at line 45 of file any.h.


The documentation for this struct was generated from the following file: