|
xtd
0.2.0
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
21 template<
class type_t>
23 return std::any_cast<type_t>(operand);
38 template<
class type_t>
40 return std::any_cast<type_t>(operand);
55 template<
class type_t>
57 return std::any_cast<type_t>(operand);
73 template<
class type_t>
75 return std::any_cast<type_t>(operand);
91 template<
class type_t>
93 return std::any_cast<type_t>(operand);
Contains xtd::any type and std::bad_any_cast exception.
std::any any
Represents the any alias on std::any.
Definition any.hpp:24
type_t any_cast(const xtd::any &operand)
Performs type-safe access to the contained object.
Definition any_cast.hpp:22
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8