Namespaces | |
detail | |
std11 | |
Classes | |
class | any |
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 614 of file any-lite.hpp.
References nonstd_lite_in_place_type.
Referenced by nonstd::span_lite::span< T, Extent >::back(), CityHash128WithSeed(), CityHash64(), 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 642 of file any-lite.hpp.
References any_cast().
|
inline |
Definition at line 665 of file any-lite.hpp.
References any_cast(), and any_nodiscard.
|
inline |
Definition at line 708 of file any-lite.hpp.
References any_nullptr, nonstd::any_lite::any::to_ptr(), and nonstd::any_lite::any::type().
|
inline |
Definition at line 714 of file any-lite.hpp.
References any_nullptr, nonstd::any_lite::any::to_ptr(), and nonstd::any_lite::any::type().
Referenced by any_cast().