27 std::tuple a{ 1, 2.5, 3.4f};
33 std::tuple b{ 1.5, 6.4f, 2};
41 stream << a >> a <<
" + " << b >> b <<
"\n\n\t= " << c >> c <<
endL;
43 std::tuple d{a, b, 3u};
44 std::tuple e{b, a, 4ll};
56 stream <<
"f:"<< f <<
" = d:" << d <<
" + e:" <<e <<
endL;
62 stream <<
"\t\t--- By Thomas Kim, Feb. 04, 2020. ---"<<
endL;
void load_default_locale(bool ShowLocaleName=false)
Load system default locale for string conversion.
Type to string name conversions are defined.
Stream output operators << are implemented.
Type functions are implemented.
#define Tpf_GetTypeCategory(instance_arg)
A macro that returns instance_arg's type category string name.