intrinsic / primitive types?
Related Questions
- When initializing static data members of built-in / intrinsic / primitive types, should I worry about the "static initialization order fiasco"?
- When initializing non-static data members of built-in / intrinsic / primitive types, should I use the "initialization list" or assignment?
- Can I define an operator overload that works with built-in / intrinsic / primitive types?