Soubory hlaviček standardní knihovny C++

Hlavičkové soubory pro standardní knihovnu a rozšíření C++ podle kategorie.

Záhlaví podle kategorie

Kategorie Hlavičky
Algoritmy <algorithm>, <cstdlib>, <numeric>
Atomické operace <atomic><atomic>
Obálky knihovny C <cassert>, <ccomplex><cassert>, <cctype> , <cerrno> , <cfenv><ccomplex>, <cfloat> , <cinttypes><cctype>, <ciso646><cerrno>, <climits> , <clocale> , <cmath> , <csetjmp> , <csignal> , <cstdalign><cfenv>, <cstdarg> , <cstdbool><cfloat>, <cstddef> , <cstdint><cinttypes>, <cstdio> , <cstdlib> , <cstring> , <ctgmath><ciso646>, <ctime> , <cuchar><climits>, <cwchar> ,<cwctype>
Koncepty <concepts><concepts>
Containers
Kontejnery sekvence <array><array>, <deque> , <forward_list><deque>, <list> ,<vector>
Seřazené asociativní kontejnery <map>, <set>
Neuspořádané asociativní kontejnery <unordered_map><unordered_map>, <unordered_set><unordered_set>
Adaptéry kontejneru <queue>, <stack>
Zobrazení kontejneru <span><span>
Zpracování chyb a výjimek <cassert>, <exception> , <stdexcept> , <system_error><cassert>
Obecné nástroje <any><any>, <bit><bit>, <bitset> , <cstdlib> , <execution><bitset>, <functional> , <memory> , <memory_resource><cstdlib>, <optional><execution>, <ratio><functional>, <scoped_allocator><memory>, <tuple><memory_resource>, <type_traits><optional>, <typeindex><ratio>, <utility> , <variant><scoped_allocator>
I/O a formátování <cinttypes><cinttypes>, <cstdio> , <filesystem><cstdio>, <fstream> , <iomanip> , <ios> , <iosfwd> , <iostream> , <istream> , <ostream> , <sstream> , <streambuf> , <strstream><filesystem>, <syncstream><fstream>
Iterátory <iterator>
Podpora jazyků <cfloat>, <climits> , <codecvt><cfloat>, <compare><climits>, <contract><codecvt>, <coroutine><compare>, <csetjmp> , <csignal> , <cstdarg> , <cstddef> , <cstdint><contract>, <cstdlib> , <exception> , <initializer_list><coroutine>, <limits> , <new> , <typeinfo> , <version><csetjmp>
Lokalizace <clocale>, <codecvt><clocale>, <cvt/wbuffer> , <cvt/wstring> ,<locale>
Matematické a číselné znaky <bit><bit>, <cfenv><cfenv>, <cmath> , <complex> ,,, <cstdlib><limits><numeric> , <random><cmath>, <ratio><complex>,<valarray>
Správa paměti <allocators>, <memory> , <memory_resource><allocators>, <new> , <scoped_allocator><memory>
Multithreading <atomic><atomic>, <condition_variable><condition_variable>, <future><future>, <mutex><mutex>, <shared_mutex><shared_mutex>, <thread><thread>
Rozsahy <ranges><ranges>
Regulární výrazy <regex><regex>
Řetězce a znaková data <charconv><charconv>, <cctype> , <cstdlib> , <cstring> , <cuchar><cctype>, <cwchar> , <cwctype> , <regex><cstdlib>, <string> , <string_view><cstring>
Čas <chrono><chrono>, <ctime>

11 přidáno ve standardu c++ 11.
14 přidáno ve standardu c++ 14.
17 přidáno ve standardu c++ 17.
20 přidáno v konceptu c++ 20 Standard.
zastaralé v standardu c++ 17.
b odebrána v konceptu c++ 20 Standard.
Jazyk c je zastaralý ve standardu c++ 98.

Kategorie Hlavičky
Algoritmy <algorithm>
Obálky knihovny C <cassert>, <cctype>, <cerrno>, <cfenv>, <cfloat>, <cinttypes>, <ciso646>, <climits>, <clocale>, <cmath>, <csetjmp>, <csignal>, <cstdarg>, <cstdbool>, <cstddef>, <cstdint>, <cstdio>, <cstdlib>, <cstring>, <ctgmath>, <ctime>, <cwchar>, <cwctype>
Containers
Kontejnery sekvence <array>, <deque>, <forward_list>, <list>, <vector>
Seřazené asociativní kontejnery <map>, <set>
Neuspořádané asociativní kontejnery <unordered_map>, <unordered_set>
Kontejnery adaptéru <queue>, <stack>
Zpracování chyb a výjimek <exception>, <stdexcept>, <system_error>
I/O a formátování <filesystem>, <fstream>, <iomanip>, <ios>, <iosfwd>, <iostream>, <istream>, <ostream>, <sstream>, <streambuf>, <strstream>
Iterátory <iterator>
Lokalizace <codecvt>, <cvt/wbuffer>, <cvt/wstring>, <locale>
Matematické a číselné znaky <complex>, <limits>, <numeric>, <random>, <ratio>, <valarray>
Správa paměti <allocators>, <memory>, <new>, <scoped_allocator>
Multithreading <atomic>, <condition_variable>, <future>, <mutex>, <shared_mutex>, <thread>
Další nástroje <bitset>, <chrono>, <functional>, <initializer_list>, <tuple>, <type_traits>, <typeinfo>, <typeindex>, <utility>
Řetězce a znaková data <regex>, <string>, <string_view>

Viz také

Používání hlaviček knihoven C++
Standardní knihovna C++