Nana C++ Library. Reference for users.
What we need to use nana
|
This is the complete list of members for nana::any, including all inherited members.
any() noexcept | nana::any | |
any(const any &other) | nana::any | |
any(any &&other) noexcept | nana::any | |
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) | nana::any | inline |
any_cast(any *) noexcept | nana::any | friend |
clear() noexcept | nana::any | |
empty() const noexcept | nana::any | |
operator=(const any &other) | nana::any | |
operator=(any &&other) noexcept | nana::any | |
operator=(Value &&other) | nana::any | inline |
swap(any &other) noexcept | nana::any | |
type() const noexcept | nana::any | |
~any() | nana::any |