|
| any (any const &that) |
|
| any (any &&that) noexcept |
|
template<class ValueType , class = enable_if_t<! ::std::is_same<any, decay_t<ValueType>>::value>> |
| any (ValueType &&value) |
|
any & | operator= (any const &that) |
|
any & | operator= (any &&that) noexcept |
|
template<class ValueType , class = enable_if_t<! ::std::is_same<any, decay_t<ValueType>>::value>> |
any & | operator= (ValueType &&value) |
|
void | swap (any &that) noexcept |
|
void | clear () noexcept |
|
::std::type_info const & | type () const noexcept |
|
bool | empty () const noexcept |
|
|
template<class ValueType > |
ValueType const * | any_cast (any const *) noexcept |
|
template<class ValueType > |
ValueType * | any_cast (any *) noexcept |
|
The documentation for this class was generated from the following file:
- simulant/generic/any/any.h