Namespaces | |
detail | |
Classes | |
class | any |
class | bad_any_cast |
Functions | |
void | swap (any &x, any &y) any_noexcept |
template<class ValueType > | |
any_nodiscard ValueType | any_cast (any const &operand) |
template<class ValueType > | |
any_nodiscard ValueType | any_cast (any &operand) |
template<class ValueType > | |
any_nodiscard ValueType const * | any_cast (any const *operand) any_noexcept |
template<class ValueType > | |
any_nodiscard ValueType * | any_cast (any *operand) any_noexcept |
Definition at line 544 of file any.hpp.
Referenced by CityHash128WithSeed(), CityHash64(), ndn::detail::ScopedCancelHandle::release(), nfd::face::StreamTransport< boost::asio::local::stream_protocol >::resetSendQueue(), ndn::net::NetworkInterface::setMtu(), ndn::net::NetworkInterface::setState(), and nonstd::any_lite::any::swap().
|
inline |
Definition at line 571 of file any.hpp.
Referenced by any_cast().
|
inline |
Definition at line 589 of file any.hpp.
References any_cast().
|
inline |
Definition at line 624 of file any.hpp.
References any_nullptr.
|
inline |
Definition at line 630 of file any.hpp.
References any_nullptr.