20 cout << std::boolalpha;
22 cout <<
"Make [char] unsigned: "
25 cout <<
"Make [bool] signed: "
28 cout <<
"Make [double] signed: "
31 cout <<
"Make [int] unsigned: "
34 cout <<
"Make [unsigned int] signed: "
43 cout << std::boolalpha;
45 cout <<
"Make [char] unsigned integral type: "
48 cout <<
"Make [bool] signed integral type: "
51 cout <<
"Make [double] signed integral type: "
54 cout <<
"Make [int] unsigned integral type: "
57 cout <<
"Make [unsigned int] signed integral type: "
void examples_make_signed_unsigned_integral_t()
void examples_make_signed_unsigned_t()
Type to string name conversions are defined.
hidden::make_signed_integral_t< Type > make_signed_integral_t
hidden::make_signed_t< Type > make_signed_t
hidden::make_unsigned_t< Type > make_unsigned_t
hidden::make_unsigned_integral_t< Type > make_unsigned_integral_t
Type functions are implemented.
#define Tpf_GetTypeName(type_arg)
A macro that returns type_arg's string name.