11 template<
typename type_t>
12 std::string __typeof_() {
13 return xtd::ustring::full_class_name<type_t>();
16 template<
typename type_t>
17 std::string __typeof_(
const type_t& value) {
static ustring full_class_name()
Gets the fully qualified class name of the objec_t, including the namespace of the objec_t.
Definition: ustring.h:427
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition: system_report.h:17
Contains xtd::ustring class.