28 cout << std::boolalpha;
30 cout <<
"Is [int] and [double] operable? " <<
31 types::is_operable_v<int, double> <<
nl;
33 cout <<
"Is [int] and [int*] operable? " <<
34 types::is_operable_v<int, int*> <<
nl;
void examples_common_type_t()
Examples for tpf::types::common_type_t<Type1, Type2>
void examples_is_operable_v()
Test is_operable_v type function.
void examples_is_operable_t()
Type to string name conversions are defined.
Stream output operators << are implemented.
Type functions are implemented.