meta
1.4.9
|
This is the complete list of members for meta::any, including all inherited members.
any() noexcept | meta::any | inline |
any(std::in_place_type_t< Type >, [[maybe_unused]] Args &&... args) | meta::any | inlineexplicit |
any(std::reference_wrapper< Type > type) | meta::any | inlineexplicit |
any(handle handle) noexcept | meta::any | inline |
any(Type &&type) | meta::any | inline |
any(const any &other) | meta::any | inline |
any(any &&other) noexcept | meta::any | inline |
cast() const noexcept | meta::any | inline |
cast() noexcept | meta::any | inline |
convert() const | meta::any | inline |
convert() | meta::any | inline |
data() const noexcept | meta::any | inline |
data() noexcept | meta::any | inline |
emplace(Args &&... args) | meta::any | inline |
handle class | meta::any | friend |
operator bool() const noexcept | meta::any | inlineexplicit |
operator=(Type &&type) | meta::any | inline |
operator=(const any &other) | meta::any | inline |
operator=(any &&other) noexcept | meta::any | inline |
operator==(const any &other) const noexcept | meta::any | inline |
swap(any &lhs, any &rhs) noexcept | meta::any | friend |
try_cast() const noexcept | meta::any | inline |
try_cast() noexcept | meta::any | inline |
type() const noexcept | meta::any | inline |
~any() | meta::any | inline |