Difference between revisions of "cpp"
From cppreference.com
(move header to separate section) |
(fmt) |
||
Line 8: | Line 8: | ||
'''[[cpp/language | Language]]''' | '''[[cpp/language | Language]]''' | ||
− | {| cellpadding="0" style="font-size: 85%; line-height: 1em; margin-left: | + | {| cellpadding="0" style="font-size: 85%; line-height: 1em; margin-left: 2em; width: auto;" |
|- | |- | ||
| [[cpp/preprocessor | Preprocessor]] | | [[cpp/preprocessor | Preprocessor]] | ||
Line 29: | Line 29: | ||
'''[[cpp/utility | Utilities library]]''' | '''[[cpp/utility | Utilities library]]''' | ||
− | {| cellpadding="0" style="font-size: 85%; line-height: 1em; margin-left: | + | {| cellpadding="0" style="font-size: 85%; line-height: 1em; margin-left: 2em; width: auto;" |
|- | |- | ||
| [[cpp/types | Type support]] (basic types, RTTI, type traits) | | [[cpp/types | Type support]] (basic types, RTTI, type traits) | ||
Line 52: | Line 52: | ||
'''[[cpp/string | Strings library]]''' | '''[[cpp/string | Strings library]]''' | ||
− | {| cellpadding="0" style="font-size: 85%; line-height: 1em; margin-left: | + | {| cellpadding="0" style="font-size: 85%; line-height: 1em; margin-left: 2em; width: auto;" |
|- | |- | ||
| {{ltt|cpp/string/basic_string}} | | {{ltt|cpp/string/basic_string}} | ||
Line 67: | Line 67: | ||
'''[[cpp/container | Containers library]]''' | '''[[cpp/container | Containers library]]''' | ||
− | {| cellpadding="0" style="font-size: 85%; line-height: 1em; margin-left: | + | {| cellpadding="0" style="font-size: 85%; line-height: 1em; margin-left: 2em; width: auto;" |
|- | |- | ||
| {{ltt|cpp/container/array}} {{mark since c++11}} | | {{ltt|cpp/container/array}} {{mark since c++11}} | ||
Line 108: | Line 108: | ||
'''[[cpp/numeric | Numerics library]]''' | '''[[cpp/numeric | Numerics library]]''' | ||
− | {| cellpadding="0" style="font-size: 85%; line-height: 1em; margin-left: | + | {| cellpadding="0" style="font-size: 85%; line-height: 1em; margin-left: 2em; width: auto;" |
|- | |- | ||
| [[cpp/numeric/math | Common mathematical functions]] | | [[cpp/numeric/math | Common mathematical functions]] | ||
Line 121: | Line 121: | ||
'''[[/io | Input/output library]]''' | '''[[/io | Input/output library]]''' | ||
− | {| cellpadding="0" style="font-size: 85%; line-height: 1em; margin-left: | + | {| cellpadding="0" style="font-size: 85%; line-height: 1em; margin-left: 2em; width: auto;" |
|- | |- | ||
| {{ltt|cpp/io/basic_streambuf}} | | {{ltt|cpp/io/basic_streambuf}} |