Clementine
|
This is the complete list of members for entt::any, including all inherited members.
any() ENTT_NOEXCEPT | entt::any | inline |
any(std::in_place_type_t< Type >, [[maybe_unused]] Args &&... args) | entt::any | inlineexplicit |
any(std::reference_wrapper< Type > value) ENTT_NOEXCEPT | entt::any | inline |
any(Type &&value) | entt::any | inline |
any(const any &other) | entt::any | inline |
any(any &&other) ENTT_NOEXCEPT | entt::any | inline |
as_ref(any &other) ENTT_NOEXCEPT | entt::any | friend |
as_ref(const any &other) ENTT_NOEXCEPT | entt::any | friend |
data() const ENTT_NOEXCEPT | entt::any | inline |
data() ENTT_NOEXCEPT | entt::any | inline |
emplace(Args &&... args) | entt::any | inline |
instance (defined in entt::any) | entt::any | |
operator bool() const ENTT_NOEXCEPT | entt::any | inlineexplicit |
operator=(any other) | entt::any | inline |
operator==(const any &other) const ENTT_NOEXCEPT | entt::any | inline |
storage (defined in entt::any) | entt::any | |
swap(any &lhs, any &rhs) | entt::any | friend |
type() const ENTT_NOEXCEPT | entt::any | inline |
~any() | entt::any | inline |