Namespaces
Variants
Actions

Difference between revisions of "cpp"

From cppreference.com
(+string_view, optional/any, filesystem)
(Corrected link)
Line 119: Line 119:
 
'''[[cpp/thread | Thread support library]]''' {{mark c++11}}
 
'''[[cpp/thread | Thread support library]]''' {{mark c++11}}
  
'''[[cpp/thread | Filesystem library]]''' {{mark c++17}}
+
'''[[cpp/filesystem | Filesystem library]]''' {{mark c++17}}
  
 
'''[[cpp/experimental | Technical Specifications]]'''
 
'''[[cpp/experimental | Technical Specifications]]'''

Revision as of 02:01, 24 March 2016

FAQ

Language

Headers

Library concepts

Utilities library

Type support
   (basic types, RTTI, type traits)
Dynamic memory management
Error handling
Program utilities
Date and time
bitset
Function objects
pair  −   tuple (C++11)
integer_sequence (C++14)
optional (C++17)  −   any (C++17)

Strings library

Containers library

Algorithms library

Iterators library

Numerics library

Input/output library

Localizations library

Regular expression library (C++11)

Atomic operations library (C++11)

Thread support library (C++11)

Filesystem library (C++17)

Technical Specifications