libstdc++
|
This is the complete list of members for std::any, including all inherited members.
any() noexcept | std::any | inline |
any(const any &__other) | std::any | inline |
any(any &&__other) noexcept | std::any | inline |
any(_Tp &&__value) | std::any | inline |
any(in_place_type_t< _Tp >, _Args &&... __args) | std::any | inlineexplicit |
any(in_place_type_t< _Tp >, initializer_list< _Up > __il, _Args &&... __args) | std::any | inlineexplicit |
emplace(_Args &&... __args) | std::any | inline |
emplace(initializer_list< _Up > __il, _Args &&... __args) | std::any | inline |
has_value() const noexcept | std::any | inline |
operator=(const any &__rhs) | std::any | inline |
operator=(any &&__rhs) noexcept | std::any | inline |
operator=(_Tp &&__rhs) | std::any | inline |
reset() noexcept | std::any | inline |
swap(any &__rhs) noexcept | std::any | inline |
type() const noexcept | std::any | inline |
~any() | std::any | inline |