#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> | |
| type_t | xtd::any_cast (const xtd::any &operand) |
| Performs type-safe access to the contained object. | |
| template<class type_t> | |
| type_t | xtd::any_cast (xtd::any &operand) |
| Performs type-safe access to the contained object. | |
| template<class type_t> | |
| type_t | xtd::any_cast (xtd::any &&operand) |
| Performs type-safe access to the contained object. | |
| template<class type_t> | |
| type_t * | xtd::any_cast (xtd::any *operand) |
| Performs type-safe access to the contained object. | |
| template<class type_t> | |
| type_t * | xtd::any_cast (const xtd::any *operand) |
| Performs type-safe access to the contained object. | |