|
Bifrost SDK
Bifrost SDK documentation
|
This is the complete list of members for Amino::Any, including all inherited members.
| AMINO_INTERNAL_DEPRECATED("Use any.type() == other.type() instead.") bool has_same_type(Any const &other) const noexcept | Amino::Any | inline |
| Any() noexcept=default | Amino::Any | |
| Any(Any const &other)=default | Amino::Any | |
| Any(Any &&other) noexcept=default | Amino::Any | |
| Any(ValueType &&v) noexcept | Amino::Any | inlineexplicit |
| emplace(Args &&... args) noexcept | Amino::Any | inline |
| emplace(std::initializer_list< Up > il, Args &&... args) noexcept | Amino::Any | inline |
| has_value() const noexcept | Amino::Any | inline |
| operator=(Any const &rhs)=default | Amino::Any | |
| operator=(Any &&rhs) noexcept=default | Amino::Any | |
| operator=(ValueType &&rhs) &noexcept | Amino::Any | inline |
| reset() noexcept | Amino::Any | inline |
| swap(Any &rhs) noexcept | Amino::Any | inline |
| type() const noexcept | Amino::Any | inline |
| ~Any()=default | Amino::Any |