If, for example, you’re going to write a variant type class, you will naturally need identification of what type an instance of that class is carrying. I’m wondering if anyone knows of any official or semi-official (de-facto?) reference of all primitive datatypes one would possibly be interested in?
Only primitives, and no need for abstract types like string or handle.
Thanks.
The only official reference is the ISO/IEC 14882 C++ Standard.