![]() |
neoGFX
Cross-platform C++ app/game engine
|
#include <any.hpp>
Friends | |
| template<class T > | |
| T | any_cast (const any &operand) |
| template<class T > | |
| T | any_cast (any &operand) |
| template<class T > | |
| T | any_cast (any &&operand) |
| template<class T > | |
| const T * | any_cast (const any *operand) noexcept |
| template<class T > | |
| T * | any_cast (any *operand) noexcept |
| template<class T > | |
| T | unsafe_any_cast (const any &operand) noexcept |
| template<class T > | |
| T | unsafe_any_cast (any &operand) noexcept |
Additional Inherited Members | |
Public Types inherited from neolib::i_any | |
| typedef i_any | abstract_type |
|
inline |
|
inlineexplicit |
|
inlineoverridevirtual |
Implements neolib::i_any.
Implements neolib::i_any.
Implements neolib::i_any.
Implements neolib::i_any.
|
inlineoverridevirtual |
Implements neolib::i_any.
|
inlineoverridevirtual |
Implements neolib::i_any.