#include "any.hpp"Contains xtd::any_cast alias on xtd::any_cast operators.
Go to the source code of this file.
Namespaces | |
| namespace | xtd |
| The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
Functions | |
| template<class type_t> | |
| auto | xtd::any_cast (const xtd::any &operand) -> type_t |
| Performs type-safe access to the contained object. | |
| template<class type_t> | |
| auto | xtd::any_cast (xtd::any &operand) -> type_t |
| Performs type-safe access to the contained object. | |
| template<class type_t> | |
| auto | xtd::any_cast (xtd::any &&operand) -> type_t |
| Performs type-safe access to the contained object. | |
| template<class type_t> | |
| auto | xtd::any_cast (xtd::any *operand) -> type_t * |
| Performs type-safe access to the contained object. | |
| template<class type_t> | |
| auto | xtd::any_cast (const xtd::any *operand) -> type_t * |
| Performs type-safe access to the contained object. | |