15 template<typename type_t>
xtd::type_object __typeof_(const type_t& value) noexcept;
16 xtd::type_object __typeof_(const
xtd::
type& value) noexcept;
69 template<
typename type_t>
70 friend type_object xtd::__s__::__typeof_() noexcept;
71 template<
typename type_t>
72 friend type_object xtd::__s__::__typeof_(
const type_t& value) noexcept;
std::type_info type
Stores information about a type.
Definition: types.h:217
Contains xtd::iequatable interface.
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Represents text as a sequence of UTF-8 code units.
Definition: ustring.h:46
std::string to_string(const date_time &value, const std::string &fmt, const std::locale &loc)
Convert a specified value into a string with specified format and locale.
Definition: date_time.h:1063
Defines a generalized method that a value type or class implements to create a type-specific method f...
Definition: iequatable.h:18
Contains xtd::ustring class.
Contains xtd::object class.
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes...
Definition: object.h:32
Represents type declarations: class types, interface types, array types, value types, enumeration types, type parameters, generic type definitions, and open or closed constructed generic types.
Definition: type_object.h:36