#include <any.hpp>
Definition at line 235 of file any.hpp.
nonstd::any_lite::any::any |
( |
any const & |
rhs | ) |
|
|
inline |
template<class ValueType >
nonstd::any_lite::any::any |
( |
ValueType const & |
value | ) |
|
|
inline |
nonstd::any_lite::any::~any |
( |
| ) |
|
|
inline |
bool nonstd::any_lite::any::has_value |
( |
| ) |
const |
|
inline |
any& nonstd::any_lite::any::operator= |
( |
any const & |
rhs | ) |
|
|
inline |
template<class ValueType >
any& nonstd::any_lite::any::operator= |
( |
ValueType const & |
rhs | ) |
|
|
inline |
void nonstd::any_lite::any::reset |
( |
| ) |
|
|
inline |
void nonstd::any_lite::any::swap |
( |
any & |
rhs | ) |
|
|
inline |
template<class ValueType >
const ValueType* nonstd::any_lite::any::to_ptr |
( |
| ) |
const |
|
inline |
template<class ValueType >
ValueType* nonstd::any_lite::any::to_ptr |
( |
| ) |
|
|
inline |
const std::type_info& nonstd::any_lite::any::type |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: