Namespaces | |
namespace | detail |
Classes | |
class | any |
class | bad_any_cast |
Functions | |
template<class ValueType > | |
ValueType | any_cast (any const &operand) |
template<class ValueType > | |
ValueType | any_cast (any &operand) |
template<class ValueType > | |
ValueType const * | any_cast (any const *operand) any_noexcept |
template<class ValueType > | |
ValueType * | any_cast (any *operand) any_noexcept |
void | swap (any &x, any &y) any_noexcept |
ValueType nonstd::any_lite::any_cast | ( | any const & | operand | ) | [inline] |
ValueType nonstd::any_lite::any_cast | ( | any & | operand | ) | [inline] |
ValueType const* nonstd::any_lite::any_cast | ( | any const * | operand | ) | [inline] |
ValueType* nonstd::any_lite::any_cast | ( | any * | operand | ) | [inline] |
void nonstd::any_lite::swap | ( | any & | x, |
any & | y | ||
) | [inline] |