Otclient  14/8/2020
stdext::any::placeholder Struct Referenceabstract

#include <any.h>

Inheritance diagram for stdext::any::placeholder:

Public Member Functions

virtual ~placeholder ()
 
virtual const std::type_info & type () const =0
 
virtual placeholderclone () const =0
 

Detailed Description

Definition at line 34 of file any.h.

Constructor & Destructor Documentation

◆ ~placeholder()

virtual stdext::any::placeholder::~placeholder ( )
inlinevirtual

Definition at line 35 of file any.h.

Member Function Documentation

◆ clone()

virtual placeholder* stdext::any::placeholder::clone ( ) const
pure virtual

Implemented in stdext::any::holder< T >.

◆ type()

virtual const std::type_info& stdext::any::placeholder::type ( ) const
pure virtual

Implemented in stdext::any::holder< T >.

Here is the caller graph for this function:

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