#include <any.h>
Definition at line 32 of file any.h.
◆ any() [1/3]
Definition at line 52 of file any.h.
◆ any() [2/3]
stdext::any::any |
( |
const any & |
other | ) |
|
|
inline |
Definition at line 53 of file any.h.
◆ any() [3/3]
template<typename T >
stdext::any::any |
( |
const T & |
value | ) |
|
|
inline |
Definition at line 54 of file any.h.
◆ ~any()
Definition at line 55 of file any.h.
◆ cast()
template<typename T >
const T & stdext::any::cast |
Definition at line 73 of file any.h.
◆ empty()
bool stdext::any::empty |
( |
| ) |
const |
|
inline |
Definition at line 62 of file any.h.
◆ operator=() [1/2]
any& stdext::any::operator= |
( |
any |
rhs | ) |
|
|
inline |
Definition at line 60 of file any.h.
◆ operator=() [2/2]
template<typename T >
any& stdext::any::operator= |
( |
const T & |
rhs | ) |
|
|
inline |
Definition at line 59 of file any.h.
◆ swap()
any& stdext::any::swap |
( |
any & |
rhs | ) |
|
|
inline |
Definition at line 57 of file any.h.
◆ type()
const std::type_info& stdext::any::type |
( |
| ) |
const |
|
inline |
Definition at line 64 of file any.h.
◆ content
Definition at line 50 of file any.h.
The documentation for this class was generated from the following file:
- src/framework/stdext/any.h