Delen via


C++ standaard bibliotheekheaderbestanden

Koptekstbestanden voor de C++-standaardbibliotheek en -extensies per categorie.

Kopteksten per categorie

Categorie Kopteksten
Algoritmen <algorithm>, , <cstdlib><numeric>
Atomische bewerkingen <atomic> 11
C-bibliotheekwikkelaars <cassert>, <ccomplex>11 a b, <cctype>, <cerrno><cfenv>11, <cfloat><cinttypes>11, <ciso646>b, <climits>, <clocale><cmath><csetjmp><csignal><cstdalign>11 a b, <cstdarg><cstdbool>11 a b, 11, <cstddef>, <cstdint>11, <cstdio>, <cstdlib>, <cstring><ctgmath>11 a b, <ctime>, <cuchar>, , <cwchar><cwctype>
Concepten <concepts> 20
Containers
Sequentiecontainers <array> 11, <deque><forward_list>11, <list>,<vector>
Geordende associatiecontainers <map>, <set>
Niet-geordende associatieve containers <unordered_map> 11, <unordered_set>11
Containeradapters <queue>, <stack>
Containerweergaven <span> 20
Afhandeling van fouten en uitzonderingen <cassert>, , <exception><stdexcept>, <system_error>11
Algemene hulpprogramma's <any> 17, <bit>20, <bitset>, <cstdlib><execution>17, <functional>, <memory><memory_resource>17, 17, <optional>17, <ratio>11, <scoped_allocator>11, <tuple>11, <type_traits>11, <typeindex>11, <utility><variant>17
I/O en opmaak <cinttypes> 11, <cstdio><filesystem>17, <fstream>, , <iomanip>, <ios>, , <iosfwd><iostream><istream><ostream><sstream><streambuf><strstream>, <syncstream>20
Iteratoren <iterator>
Taalondersteuning <cfloat> <climits>, <codecvt>11 a, <compare>20, <contract>20, <coroutine>, <csetjmp> , , <csignal>, <cstdarg>, <cstddef><cstdint>11, <cstdlib>, <exception><initializer_list>11, , 11, <limits>, , <new>, ,<typeinfo><version> 20
Lokalisatie <clocale>, <codecvt>11 a, <cvt/wbuffer>, , <cvt/wstring><locale>
Wiskundige en numerieke berekeningen <bit> 20, <cfenv>11, <cmath>, , <complex><cstdlib>, , <limits>, , <numeric><random>11, <ratio>11,<valarray>
geheugenbeheer <allocators> <memory>, <memory_resource>17, <new><scoped_allocator>11
Multithreading <atomic> 11, <condition_variable>11, <future>11, <mutex>11, <shared_mutex>14, <thread>11
Bereiken <ranges> 20
Reguliere expressies <regex> 11
Tekenreeksen en tekengegevens <charconv> 17, <cctype>, <cstdlib>, <cstring><cuchar>11, <cwchar>, , <cwctype><regex>11, <string>, <string_view>17
Tijd <chrono> 11, <ctime>

11 Toegevoegd aan de C++11-standaard.
14 Toegevoegd aan de C++14-standaard.
17 Toegevoegd aan de C++17-standaard.
20 Toegevoegd aan de concept C++20-standaard.
een afgeschaft in de C++17-standaard.
b Verwijderd in de concept C++20-standaard.
c Afgeschaft in de C++98-standaard.

Categorie Kopteksten
Algoritmen <algorithm>
C-bibliotheekwikkelaars <cassert>, , <cctype>, , , <cerrno>, <cfenv>, <cfloat>, , <cinttypes><ciso646><climits><clocale><cmath><csetjmp><csignal><cstdarg><cstdbool><cstddef><cstdint><cstdio><cstdlib><cstring><ctgmath><ctime><cwchar><cwctype>
Containers
Sequentiecontainers <array> <deque>, <forward_list>, <list><vector>
Geordende associatiecontainers <map>, <set>
Niet-geordende associatieve containers <unordered_map>, <unordered_set>
Adaptercontainers <queue>, <stack>
Afhandeling van fouten en uitzonderingen <exception>, , <stdexcept><system_error>
I/O en opmaak <filesystem>, , <fstream><iomanip>, <ios>, <iosfwd>, , <iostream>, , <istream><ostream><sstream><streambuf><strstream>
Iteratoren <iterator>
Lokalisatie <codecvt>,<cvt/wbuffer>,<cvt/wstring>,<locale>
Wiskundige en numerieke berekeningen <complex>, , <limits><numeric>, <random>, , , <ratio><valarray>
geheugenbeheer <allocators>,<memory>,<new>,<scoped_allocator>
Multithreading <atomic>, , <condition_variable><future>, <mutex>, , , <shared_mutex><thread>
Andere hulpprogramma's <bitset>, , <chrono><functional>, <initializer_list>, , <tuple>, <type_traits>, <typeinfo><typeindex><utility>
Tekenreeksen en tekengegevens <regex>, , <string><string_view>

Zie ook

C++ bibliotheekkoppen gebruiken
Standaardbibliotheek voor C++