Bifrost SDK
Bifrost SDK documentation
Amino::Any Member List

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 noexceptAmino::Anyinline
Any() noexcept=defaultAmino::Any
Any(Any const &other)=defaultAmino::Any
Any(Any &&other) noexcept=defaultAmino::Any
Any(ValueType &&v) noexceptAmino::Anyinlineexplicit
emplace(Args &&... args) noexceptAmino::Anyinline
emplace(std::initializer_list< Up > il, Args &&... args) noexceptAmino::Anyinline
has_value() const noexceptAmino::Anyinline
operator=(Any const &rhs)=defaultAmino::Any
operator=(Any &&rhs) noexcept=defaultAmino::Any
operator=(ValueType &&rhs) &noexceptAmino::Anyinline
reset() noexceptAmino::Anyinline
swap(Any &rhs) noexceptAmino::Anyinline
type() const noexceptAmino::Anyinline
~Any()=defaultAmino::Any