C++-Standardbibliotheksheaderdateien

Headerdateien für die C++-Standardbibliothek und -Erweiterungen nach Kategorie.

Überschriften nach Kategorie

Kategorie Kopfzeilen
Algorithmen <algorithm>, <cstdlib>, <numeric>
Atomoperationen <atomic>11
C-Bibliothekswrapper <cassert>, <ccomplex>11 a b, <cctype>, <cerrno>,<cfenv> 11, <cfloat>, <cinttypes>11, <ciso646>b, <climits>,<csetjmp><cmath><clocale><csignal><cstdalign> 11 a b, <cstdarg>, <cstdbool>11 a b, <cstddef>, <cstdint>11, <cstdio>, <cstdlib>, <cstring>, <ctgmath>11 a b, <ctime>,<cuchar> 11 , , <cwchar><cwctype>
Konzepte <concepts>20
Container
Sequenzcontainer <array>11, <deque>, <forward_list>11, <list>, <vector>
Sortierte assoziative Container <map>, <set>
Nicht sortierte assoziative Container <unordered_map>11, <unordered_set>11
Containeradapter <queue>, <stack>
Containeransichten <span>20
Fehler- und Ausnahmebehandlung <cassert>, <exception>, <stdexcept>, <system_error>11
Allgemeine Dienstprogramme <any>17,<bit> 20, <bitset>, , <execution><cstdlib>17, <functional>, <memory>, <memory_resource>17,<optional> 11, <ratio>11, <scoped_allocator>11<tuple>, 11, <type_traits>11, <typeindex>11, <utility>, <variant>17
E/A und Formatierung <cinttypes>11, <cstdio>, <filesystem>17, <fstream>, , <iomanip>, , <ios>, <iosfwd>, <iostream>, <istream>, <ostream>, <sstream>, <streambuf>c<strstream>, <syncstream>20
Iteratoren <iterator>
Sprachunterstützung <cfloat>, , <climits>,<codecvt> 11 a, <compare>20,<contract> 20, <coroutine>20, <csetjmp>, , , <csignal>, <cstdarg>, <cstdint><cstddef>11, <cstdlib>, , <exception>,<initializer_list><new><limits> , ,<typeinfo><version> 20
Lokalisierung <clocale>, <codecvt>11 a, <cvt/wbuffer>, , <cvt/wstring><locale>
Mathematik und Zahlen <bit>20,<cfenv> 11, <cmath>, , <complex>, <cstdlib>, <limits>, , <numeric><random>11, 11, <ratio><valarray>
Speicherverwaltung <allocators>, , <memory_resource><memory>17, <new>, <scoped_allocator>11
Multithreading <atomic>11, <condition_variable>11,<future> 11,<mutex> 11, <shared_mutex>14, <thread>11
Bereiche <ranges>20
Reguläre Ausdrücke <regex>11
Zeichenfolgen und Zeichendaten <charconv>17, , , <cstdlib>, <cstring><cuchar>11, <cwchar>, , <regex><cwctype>11, <string>, <string_view>17 <cctype>
Zeit <chrono>11, <ctime>

11 Im C++11-Standard hinzugefügt.
14 Im C++14-Standard hinzugefügt.
17 Im C++17-Standard hinzugefügt.
20 Im C++20-Standardentwurf hinzugefügt.
veraltet im C++17-Standard.
b Wurde im C++20-Standardentwurf entfernt.
c veraltet im C++98-Standard.

Kategorie Kopfzeilen
Algorithmen <algorithm>
C-Bibliothekswrapper <cassert>, <cctype>, <cerrno>, <cfenv>, <cfloat>, <cinttypes>, <ciso646>, <climits>, <clocale>, <cmath>, <csetjmp>, <csignal>, <cstdarg>, <cstdbool>, <cstddef>, <cstdint>, <cstdio>, <cstdlib>, <cstring>, <ctgmath>, <ctime>, <cwchar>, <cwctype>
Container
Sequenzcontainer <array>, <deque>, <forward_list>, <list>, <vector>
Sortierte assoziative Container <map>, <set>
Nicht sortierte assoziative Container <unordered_map>, <unordered_set>
Adaptercontainer <queue>, <stack>
Fehler- und Ausnahmebehandlung <exception>, <stdexcept>, <system_error>
E/A und Formatierung <filesystem>, <fstream>, <iomanip>, <ios>, <iosfwd>, <iostream>, <istream>, <ostream>, <sstream>, <streambuf>, <strstream>
Iteratoren <iterator>
Lokalisierung <codecvt>, <cvt/wbuffer>, <cvt/wstring>, <locale>
Mathematik und Zahlen <complex>, <limits>, <numeric>, <random>, <ratio>, <valarray>
Speicherverwaltung <allocators>, <memory>, <new>, <scoped_allocator>
Multithreading <atomic>, <condition_variable>, <future>, <mutex>, <shared_mutex>, <thread>
Andere Dienstprogramme <bitset>, <chrono>, <functional>, <initializer_list>, <tuple>, <type_traits>, <typeinfo>, <typeindex>, <utility>
Zeichenfolgen und Zeichendaten <regex>, <string>, <string_view>

Siehe auch

Verwenden von C++-Bibliotheksheadern
C++-Standardbibliothek