This is the complete list of members for absl::any, including all inherited members.
any() noexcept | absl::any | |
any(const any &other) | absl::any | inline |
any(any &&other) noexcept=default | absl::any | |
any(T &&value) | absl::any | inline |
any(in_place_type_t< T >, Args &&...args) | absl::any | inlineexplicit |
any(in_place_type_t< T >, std::initializer_list< U > ilist, Args &&...args) | absl::any | inlineexplicit |
any_cast(const any &operand) | absl::any | friend |
any_cast(any &operand) | absl::any | friend |
any_cast(const any *operand) noexcept | absl::any | friend |
any_cast(any *operand) noexcept | absl::any | friend |
CloneObj() const | absl::any | inlineprivate |
emplace(Args &&...args) | absl::any | inline |
emplace(std::initializer_list< U > ilist, Args &&...args) | absl::any | inline |
GetObjTypeId() const | absl::any | inlineprivate |
has_value() const noexcept | absl::any | inline |
IdForType() | absl::any | inlineprivatestatic |
obj_ | absl::any | private |
operator=(const any &rhs) | absl::any | inline |
operator=(any &&rhs) noexcept | absl::any | inline |
operator=(T &&rhs) | absl::any | inline |
reset() noexcept | absl::any | inline |
swap(any &other) noexcept | absl::any | inline |
type() const noexcept | absl::any | inline |