Nana C++ Library. Reference for users.
What we need to use nana
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
nana::any Member List

This is the complete list of members for nana::any, including all inherited members.

any() noexceptnana::any
any(const any &other)nana::any
any(any &&other) noexceptnana::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::anyinline
any_cast(any *) noexceptnana::anyfriend
clear() noexceptnana::any
empty() const noexceptnana::any
operator=(const any &other)nana::any
operator=(any &&other) noexceptnana::any
operator=(Value &&other)nana::anyinline
swap(any &other) noexceptnana::any
type() const noexceptnana::any
~any()nana::any