Contains xtd::as method.
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::as (any_object &o) |
| Casts a type into another type. | |
| template<class type_t> | |
| type_t | xtd::as (const any_object &o) |
| Casts a type into another type. | |
| template<> | |
| string | xtd::as< string > (xtd::any_object &value) |
| Casts a type into another type. | |
| template<> | |
| string | xtd::as< string > (const xtd::any_object &value) |
| Casts a type into another type. | |