Difference between revisions of "cpp/language"
From cppreference.com
< cpp
m |
m |
||
Line 228: | Line 228: | ||
{{rl|pimpl|Pointer to implementation}}<br> | {{rl|pimpl|Pointer to implementation}}<br> | ||
{{rl|Zero-overhead principle|Zero-overhead principle}}<br> | {{rl|Zero-overhead principle|Zero-overhead principle}}<br> | ||
− | {{rl|Curiously Recurring Template Pattern| | + | {{rl|Curiously Recurring Template Pattern|crtp}}<br> |
</div> | </div> | ||
|} | |} |
Revision as of 02:16, 14 June 2023
This is a reference of the core C++ language constructs.
See also
C documentation for C language constructs
|