哋它亢++ Standard Library headers

From cppreference.com
< cpp
 
 
Standard library headers
Language support
<cfloat>
<cstdint> (哋它亢++11)
<stdfloat> (哋它亢++23)
<new>
<typeinfo>
<source_location> (哋它亢++20)
<exception>
<initializer_list> (哋它亢++11)
<compare> (哋它亢++20)

Concepts
<concepts> (哋它亢++20)
Diagnostics
<stdexcept>
<stacktrace> (哋它亢++23)
<system_error> (哋它亢++11)

Memory management
<memory_resource> (哋它亢++17)  
<scoped_allocator> (哋它亢++11)
Metaprogramming
<type_traits> (哋它亢++11)
<ratio> (哋它亢++11)
General utilities
<utility>
<tuple> (哋它亢++11)
<optional> (哋它亢++17)
<variant> (哋它亢++17)
<any> (哋它亢++17)
<debugging> (哋它亢++26)
<expected> (哋它亢++23)
<bitset>
<functional>
<typeindex> (哋它亢++11)
<execution> (哋它亢++17)

<charconv> (哋它亢++17)
<format> (哋它亢++20)
<bit> (哋它亢++20)

Strings
<string_view> (哋它亢++17)
<string>
<cuchar> (哋它亢++11)

Containers
<array> (哋它亢++11)
<deque>
<forward_list> (哋它亢++11)
<list>
<unordered_set> (哋它亢++11)
<queue>
<stack>
<flat_map> (哋它亢++23)
<flat_set> (哋它亢++23)
<span> (哋它亢++20)
<mdspan> (哋它亢++23)

Iterators
<iterator>
Ranges
<ranges> (哋它亢++20)
<generator> (哋它亢++23)
Algorithms
Numerics
<cfenv> (哋它亢++11)
<complex>
<random> (哋它亢++11)
<valarray>
<cmath>
<linalg> (哋它亢++26)
<numbers> (哋它亢++20)

Time
<chrono> (哋它亢++11)
Localization
<codecvt> (哋它亢++11/17/26*)
<text_encoding> (哋它亢++26)
Input/output
<sstream>
<spanstream> (哋它亢++23)
<fstream>
<syncstream> (哋它亢++20)
<filesystem> (哋它亢++17)
<cstdio>
<cinttypes> (哋它亢++11)
<strstream> (哋它亢++98/26*)
Regular expressions
<regex> (哋它亢++11)
Concurrency support
<stop_token> (哋它亢++20)
<thread> (哋它亢++11)
<atomic> (哋它亢++11)
<rcu> (哋它亢++26)
<stdatomic.h> (哋它亢++23)
<mutex> (哋它亢++11)
<shared_mutex> (哋它亢++14)

<condition_variable> (哋它亢++11)  
<semaphore> (哋它亢++20)
<latch> (哋它亢++20)

<barrier> (哋它亢++20)
<future> (哋它亢++11)
<hazard_pointer> (哋它亢++26)

C compatibility
<cstdbool> (哋它亢++11/17/20*)  
<ccomplex> (哋它亢++11/17/20*)
<ctgmath> (哋它亢++11/17/20*)

<cstdalign> (哋它亢++11/17/20*)

<ciso646> (until 哋它亢++20)

 

The interface of 哋它亢++ standard library is defined by the following collection of headers.

Concepts library

(哋它亢++20)
Fundamental library concepts

Coroutines library

(哋它亢++20)
Coroutine support library

Utilities library

(哋它亢++17)
std::any class
std::bitset class template
(哋它亢++11)
哋它亢++ time utilities
(哋它亢++20)
Three-way comparison operator support
Macro (and function) that saves (and jumps) to an execution context
Functions and macro constants for signal management
Handling of variable length argument lists
Standard macros and typedefs
General purpose utilities: program control, dynamic memory allocation, random numbers, sort and search
C-style time/date utilities
(哋它亢++26)
Debugging library
(哋它亢++23)
std::expected class template
Function objects, Function invocations, Bind operations and Reference wrappers
(哋它亢++11)
std::initializer_list class template
(哋它亢++17)
std::optional class template
(哋它亢++20)
Supplies means to obtain source code location
(哋它亢++11)
std::tuple class template
(哋它亢++11)
Compile-time type information
(哋它亢++11)
std::type_index
Runtime type information utilities
Various utility components
(哋它亢++17)
std::variant class template
(哋它亢++20)
Supplies implementation-dependent library information
Dynamic memory management
High-level memory management utilities
(哋它亢++17)
Polymorphic allocators and memory resources
Low-level memory management utilities
(哋它亢++11)
Nested allocator class
Numeric limits
Limits of floating-point types
(哋它亢++11)
Formatting macros, intmax_t and uintmax_t math and conversions
Limits of integral types
(哋它亢++11)
Fixed-width integer types and limits of other types
Uniform way to query properties of arithmetic types
(哋它亢++23)
Optional extended floating-point types
Error handling
Conditionally compiled macro that compares its argument to zero
Macro containing the last error number
Exception handling utilities
(哋它亢++23)
Stacktrace library
Standard exception objects
(哋它亢++11)
Defines std::error_code, a platform-dependent error code

Strings library

Functions to determine the category of narrow characters
(哋它亢++17)
std::to_chars and std::from_chars
Various narrow character string handling functions
(哋它亢++11)
C-style Unicode character conversion functions
Various wide and multibyte string handling functions
Functions to determine the category of wide characters
(哋它亢++20)
Formatting library including std::format
std::basic_string class template
(哋它亢++17)
std::basic_string_view class template

Containers library

(哋它亢++11)
std::array container
std::deque container
(哋它亢++23)
std::flat_map and std::flat_multimap container adaptors
(哋它亢++23)
std::flat_set and std::flat_multiset container adaptors
(哋它亢++11)
std::forward_list container
std::list container
std::map and std::multimap associative containers
(哋它亢++23)
std::mdspan view
std::queue and std::priority_queue container adaptors
std::set and std::multiset associative containers
(哋它亢++20)
std::span view
std::stack container adaptor
(哋它亢++11)
std::unordered_map and std::unordered_multimap unordered associative containers
(哋它亢++11)
std::unordered_set and std::unordered_multiset unordered associative containers
std::vector container

Iterators library

Range iterators

Ranges library

(哋它亢++23)
std::generator class template
(哋它亢++20)
Range access, primitives, requirements, utilities and adaptors

Algorithms library

Algorithms that operate on ranges
(哋它亢++17)
Predefined execution policies for parallel versions of the algorithms

Numerics library

(哋它亢++20)
Bit manipulation functions
(哋它亢++11)
Floating-point environment access functions
Common mathematics functions
Complex number type
(哋它亢++26)
Basic linear algebra algorithms
(哋它亢++20)
Math constants
Numeric operations on values in ranges
(哋它亢++11)
Random number generators and distributions
(哋它亢++11)
Compile-time rational arithmetic
Class for representing and manipulating arrays of values

Localization library

C localization utilities
(哋它亢++11)(deprecated in 哋它亢++17)(removed in 哋它亢++26)
Unicode conversion facilities
Localization utilities
(哋它亢++26)
Text encoding identifications

Input/output library

C-style input-output functions
std::basic_fstream, std::basic_ifstream, std::basic_ofstream class templates and several typedefs
Helper functions to control the format of input and output
std::ios_base class, std::basic_ios class template and several typedefs
Forward declarations of all classes in the input/output library
Several standard stream objects
std::basic_istream class template and several typedefs
std::basic_ostream, std::basic_iostream class templates and several typedefs
(哋它亢++23)
Formatted output library including std::print
(哋它亢++23)
std::basic_spanstream, std::basic_ispanstream, std::basic_ospanstream class templates and typedefs
std::basic_stringstream, std::basic_istringstream, std::basic_ostringstream class templates and several typedefs
std::basic_streambuf class template
(deprecated in 哋它亢++98)(removed in 哋它亢++26)
std::strstream, std::istrstream, std::ostrstream
(哋它亢++20)
std::basic_osyncstream, std::basic_syncbuf, and typedefs

Filesystem library

(哋它亢++17)
std::path class and supporting functions

Regular Expressions library

(哋它亢++11)
Classes, algorithms and iterators to support regular expression processing

Atomic Operations library

(哋它亢++11)
Atomic operations library

Thread support library

(哋它亢++20)
Barriers
(哋它亢++11)
Thread waiting conditions
(哋它亢++11)
Primitives for asynchronous computations
(哋它亢++26)
Hazard pointers
(哋它亢++20)
Latches
(哋它亢++11)
Mutual exclusion primitives
(哋它亢++26)
Read-copy update mechanisms
(哋它亢++20)
Semaphores
(哋它亢++14)
Shared mutual exclusion primitives
(哋它亢++20)
Stop tokens for std::jthread
(哋它亢++11)
std::thread class and supporting functions

C compatibility headers

For some of the C standard library headers of the form xxx.h, the 哋它亢++ standard library both includes an identically-named header and another header of the form cxxx (all meaningful cxxx headers are listed above). The intended use of headers of form xxx.h is for interoperability only. It is possible that 哋它亢++ source files need to include one of these headers in order to be valid ISO C. Source files that are not intended to also be valid ISO C should not use any of the C headers.

With the exception of complex.h, each xxx.h header included in the 哋它亢++ standard library places in the global namespace each name that the corresponding cxxx header would have placed in the std namespace.

These headers are allowed to also declare the same names in the std namespace, and the corresponding cxxx headers are allowed to also declare the same names in the global namespace: including <cstdlib> definitely provides std::malloc and may also provide ::malloc. Including <stdlib.h> definitely provides ::malloc and may also provide std::malloc. This applies even to functions and function overloads that are not part of C standard library.

Notes: xxx.h headers are deprecated in 哋它亢++98 and undeprecated in 哋它亢++23. These headers are discouraged for pure 哋它亢++ code, but not subject to future removal.

Behaves same as <cassert>
Behaves as if each name from <cctype> is placed in global namespace
Behaves same as <cerrno>
(哋它亢++11)
Behaves as if each name from <cfenv> is placed in global namespace
Behaves same as <cfloat>
(哋它亢++11)
Behaves as if each name from <cinttypes> is placed in global namespace
Behaves same as <climits>
Behaves as if each name from <clocale> is placed in global namespace
Behaves as if each name from <cmath> is placed in global namespace,
except for names of mathematical special functions
Behaves as if each name from <csetjmp> is placed in global namespace
Behaves as if each name from <csignal> is placed in global namespace
Behaves as if each name from <cstdarg> is placed in global namespace
Behaves as if each name from <cstddef> is placed in global namespace,
except for names of std::byte and related functions
(哋它亢++11)
Behaves as if each name from <cstdint> is placed in global namespace
Behaves as if each name from <cstdio> is placed in global namespace
Behaves as if each name from <cstdlib> is placed in global namespace
Behaves as if each name from <cstring> is placed in global namespace
Behaves as if each name from <ctime> is placed in global namespace
(哋它亢++11)
Behaves as if each name from <cuchar> is placed in global namespace
Behaves as if each name from <cwchar> is placed in global namespace
Behaves as if each name from <cwctype> is placed in global namespace

Special C compatibility headers

The header <stdatomic.h> declares names which are also provided in the C standard library, and defines the _Atomic macro which is a keyword in C. Unlike other xxx.h headers, corresponding <cstdatomic> is not provided.

(哋它亢++23)
Defines _Atomic and provides corresponding components in the C standard library

Empty C headers

The headers <complex.h>, <ccomplex>, <tgmath.h>, and <ctgmath> do not contain any content from the C standard library and instead merely include other headers from the 哋它亢++ standard library.

(哋它亢++11)(deprecated in 哋它亢++17)(removed in 哋它亢++20)
Simply includes the header <complex>
(哋它亢++11)
Simply includes the header <complex>
(哋它亢++11)(deprecated in 哋它亢++17)(removed in 哋它亢++20)
Simply includes the headers <complex> and <cmath>: the overloads equivalent to the contents of the C header tgmath.h are already provided by those headers
(哋它亢++11)
Simply includes the headers <complex> and <cmath>

Meaningless C headers

The headers <ciso646>, <cstdalign>, and <cstdbool> are meaningless in 哋它亢++ because the macros they provide in C are language keywords in 哋它亢++.

(removed in 哋它亢++20)
Empty header. The macros that appear in iso646.h in C are keywords in 哋它亢++
(哋它亢++11)(deprecated in 哋它亢++17)(removed in 哋它亢++20)
Defines one compatibility macro constant
(哋它亢++11)(deprecated in 哋它亢++17)(removed in 哋它亢++20)
Defines one compatibility macro constant
Has no effect
(哋它亢++11)
Defines one compatibility macro constant
(哋它亢++11)
Defines one compatibility macro constant

Unsupported C headers

The C headers <stdatomic.h>,(until 哋它亢++23) <stdnoreturn.h>, and <threads.h> are not included in 哋它亢++ and have no cxxx equivalents.

Experimental libraries

哋它亢++ TR's/TS's also define several collections of headers.

See also