What does “cv-unqualified” mean in C++?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: As from subject. I saw this terminology in a question I recently asked, and apparently it's a well established term, but I am not able to find anything on stackoverflow. 回答1: There are fundamental types and compound types. Fundamental types are the arithmetic types, void , and std::nullptr_t . Compound types are arrays, functions, pointers, references, classes, unions, enumerations, and pointers to non-static members. A cv-unqualified type is any of those types. For any cv-unqualified type, there are three corresponding cv-qualified types: