Difference between revisions of "cpp/language"
From cppreference.com
< cpp
(Added a link to “conflicting declarations”.) |
Andreas Krug (Talk | contribs) m (fmt) |
||
Line 4: | Line 4: | ||
This is a reference of the core C++ language constructs. | This is a reference of the core C++ language constructs. | ||
− | {| cellpadding="5" | + | {|cellpadding="5" |
− | |- valign="top" | + | |-valign="top" |
| | | | ||
− | |||
'''{{rl|basic concepts|Basic concepts}}''' | '''{{rl|basic concepts|Basic concepts}}''' | ||
<div class="mainpagediv"> | <div class="mainpagediv"> | ||
Line 33: | Line 32: | ||
'''{{rlp|keyword|Keywords}}''' | '''{{rlp|keyword|Keywords}}''' | ||
<div class="mainpagediv"> | <div class="mainpagediv"> | ||
− | <!-- | + | <!----> |
</div> | </div> | ||
Line 82: | Line 81: | ||
{{nbsp}} {{rl|user literal|user-defined (UDL)}} {{mark c++11}}<br> | {{nbsp}} {{rl|user literal|user-defined (UDL)}} {{mark c++11}}<br> | ||
</div> | </div> | ||
− | |||
| | | | ||
− | |||
'''{{rl|declarations|Declarations}}''' | '''{{rl|declarations|Declarations}}''' | ||
<div class="mainpagediv"> | <div class="mainpagediv"> | ||
Line 154: | Line 151: | ||
{{rl|transactional memory|{{tt|synchronized}}/{{tt|atomic}}}} {{mark since tm ts}}<br> | {{rl|transactional memory|{{tt|synchronized}}/{{tt|atomic}}}} {{mark since tm ts}}<br> | ||
</div> | </div> | ||
− | |||
| | | | ||
− | |||
'''{{rl|classes|Classes}}''' | '''{{rl|classes|Classes}}''' | ||
<div class="mainpagediv"> | <div class="mainpagediv"> |
Revision as of 03:42, 12 December 2023
This is a reference of the core C++ language constructs.
See also
C documentation for C language constructs
|