Type
Type
Objects, references, functions including function template specializations, and expressions have a property called type, which both restricts the operations that are permitted for those entities and provides semantic meaning to the otherwise generic sequences of bits.
Type classification
The C++ type system consists of the following types:
- fundamental types (see also
登录查看完整内容