Nana C++ Library. Reference for users.
What we need to use nana
|
Public Member Functions | |
any () noexcept | |
any (const any &other) | |
any (any &&other) noexcept | |
template<typename Value > | |
any (Value &&value, typename std::enable_if<!std::is_same< any &, Value >::value >::type *=nullptr, typename std::enable_if<!std::is_const< Value >::value >::type *=nullptr) | |
~any () | |
any & | operator= (const any &other) |
any & | operator= (any &&other) noexcept |
template<class Value > | |
any & | operator= (Value &&other) |
void | clear () noexcept |
void | swap (any &other) noexcept |
bool | empty () const noexcept |
const std::type_info & | type () const noexcept |
Friends | |
template<typename Value > | |
Value * | any_cast (any *) noexcept |
|
noexcept |
nana::any::any | ( | const any & | other | ) |
|
noexcept |
|
inline |
nana::any::~any | ( | ) |
|
noexcept |
|
noexcept |
|
inline |
|
noexcept |
|
noexcept |
|
friend |