xtd 0.2.0
Loading...
Searching...
No Matches
__as_any_object.hpp File Reference

Definition

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