#include <any.hpp>
Definition at line 36 of file any.hpp.
◆ any() [1/5]
◆ any() [2/5]
template<typename ValueType >
boost::any::any |
( |
const ValueType & |
value | ) |
|
|
inline |
◆ any() [3/5]
boost::any::any |
( |
const any & |
other | ) |
|
|
inline |
◆ any() [4/5]
boost::any::any |
( |
any && |
other | ) |
|
|
inline |
◆ any() [5/5]
template<typename ValueType >
◆ ~any()
◆ clear()
void boost::any::clear |
( |
| ) |
|
|
inline |
◆ empty()
bool boost::any::empty |
( |
| ) |
const |
|
inline |
◆ operator=() [1/3]
any& boost::any::operator= |
( |
any && |
rhs | ) |
|
|
inline |
◆ operator=() [2/3]
any& boost::any::operator= |
( |
const any & |
rhs | ) |
|
|
inline |
◆ operator=() [3/3]
template<class ValueType >
any& boost::any::operator= |
( |
ValueType && |
rhs | ) |
|
|
inline |
◆ swap()
any& boost::any::swap |
( |
any & |
rhs | ) |
|
|
inline |
◆ type()
◆ any_cast
template<typename ValueType >
ValueType* any_cast |
( |
any * |
operand | ) |
|
|
friend |
◆ unsafe_any_cast
template<typename ValueType >
ValueType* unsafe_any_cast |
( |
any * |
operand | ) |
|
|
friend |
◆ content
The documentation for this class was generated from the following file: