17 <<
"V1 = " << v1 <<
endl;
27 <<
"V2 = " << v2 <<
endl;
32 <<
"V3 = " << v3 <<
endl;
34 int array1[]{1, 2, 3};
35 int array2[]{4, 5, 6};
36 int array3[]{7, 8, 9, 10};
41 <<
"V4 = " << v4 <<
endl;
43 std::pair<int, double> p;
decltype(auto) make_vector(Type &&arg, Types &&... args)
Stream output operators << are implemented.
#define Tpf_GetTypeCategory(instance_arg)
A macro that returns instance_arg's type category string name.