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

Definition

Contains xtd::as method.

Go to the source code of this file.

Classes

struct  xtd::__enum_any_object__< type_t, bool_t >
 
struct  xtd::__enum_any_object__< type_t, std::true_type >
 
struct  xtd::__enum_any_object__< type_t, std::false_type >
 
struct  xtd::__polymorphic_any_object__< type_t, bool_t >
 
struct  xtd::__polymorphic_any_object__< type_t, std::true_type >
 
struct  xtd::__polymorphic_any_object__< type_t, std::false_type >
 

Namespaces

namespace  xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 

Functions

template<typename type_t >
type_t xtd::as (any_object &o)
 Casts a type into another type.
 
template<typename type_t >
type_t xtd::as (const any_object &o)