|
xtd
0.2.0
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
12 template<
class type_t>
13 xtd::type_object __typeof_() noexcept {
14 return xtd::type_object(
typeid(type_t));
17 template<
class type_t>
18 xtd::type_object __typeof_(
const type_t& value)
noexcept {
19 return xtd::type_object(
typeid(value));
22 inline xtd::type_object __typeof_(
const xtd::type& value)
noexcept {
23 return xtd::type_object(value);
std::type_info type
Stores information about a type.
Definition type.hpp:23
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Contains xtd::string alias.
Contains xtd::type_object class.