Difference between revisions of "cpp/language"
From cppreference.com
< cpp
m (Unify title.) |
(+requires) |
||
Line 197: | Line 197: | ||
{{rl|sfinae|SFINAE}}<br> | {{rl|sfinae|SFINAE}}<br> | ||
{{rl|constraints|Constraints and concepts}} {{mark c++20}}<br> | {{rl|constraints|Constraints and concepts}} {{mark c++20}}<br> | ||
+ | {{rl|requires|Requires expression}} {{mark c++20}}<br> | ||
</div> | </div> | ||
Revision as of 17:58, 7 July 2022
This is a reference of the core C++ language constructs.
See also
C documentation for C language constructs
|