File header pustaka standar C++

File header untuk pustaka dan ekstensi standar C++, menurut kategori.

Header menurut kategori

Kategori Header
Algoritma <algorithm>, <cstdlib>, <numeric>
Operasi atom <atomic>11
Pembungkus pustaka C <cassert>, <ccomplex>11 a b, <cctype>, , <cerrno><cfenv>11, <cfloat>, <cinttypes>11, b, <ciso646><climits>, , <clocale>, <cmath><csetjmp>,<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>
Konsep <concepts>20
Kontainer
Kontainer urutan <array>11, <deque>, <forward_list>11, , <list><vector>
Kontainer asosiatif yang diurutkan <map>, <set>
Kontainer asosiatif yang tidak diurutkan <unordered_map>11, <unordered_set>11
Adaptor kontainer <queue>, <stack>
Tampilan kontainer <span>20
Penanganan kesalahan dan pengecualian <cassert>, , <exception><stdexcept>, <system_error>11
Utilitas umum <any>17,<bit> 20, <bitset>, , <execution><cstdlib>17, <functional>, , <memory_resource><memory>17, <optional>17, <ratio>11, <scoped_allocator>11, <tuple>11, 11,<type_traits> 11, <typeindex>11, <utility>, <variant>17
I/O dan pemformatan <cinttypes>11, <cstdio>, <filesystem>17, <fstream>, , <iomanip>, <ios>, <iosfwd><iostream>, <istream>, <ostream>, <sstream>, <streambuf>,<strstream> c, <syncstream>20
Iterator <iterator>
Dukungan bahasa <cfloat>, , <codecvt><climits>11 a, <compare>20,<contract> 20,<coroutine> 20, , <csetjmp>, <csignal>, <cstdarg>, <cstdint><cstddef>11, <cstdlib>, ,<initializer_list><exception> 11, <limits>, <new>, <typeinfo>, <version>20
Pelokalan <clocale>, <codecvt>11 a, <cvt/wbuffer>, <cvt/wstring>, <locale>
Matematika dan numerik <bit>20, <cfenv>11, <cmath>, , <complex>, <cstdlib>, <limits>,<random><numeric> 11, <ratio>11,<valarray>
Manajemen memori <allocators>, <memory>, <memory_resource>17, <new>, <scoped_allocator>11
Multithreading <atomic>11, <condition_variable>11,<future> 11,<mutex> 11, <shared_mutex>14, <thread>11
Rentang <ranges>20
Regex <regex>11
String dan data karakter <charconv>17, , , <cstdlib><cstring>, <cuchar>11, <cwchar>, , <regex><cwctype>11, <string>, <string_view>17 <cctype>
Waktu <chrono>11, <ctime>

11 Ditambahkan dalam standar C++11.
14 Ditambahkan dalam standar C++14.
17 Ditambahkan dalam standar C++17.
20 Ditambahkan dalam draf standar C++20.
Tidak digunakan lagi dalam standar C++17.
b Dihapus dalam draf standar C++20.
c Tidak digunakan lagi dalam standar C++98.

Kategori Header
Algoritma <algorithm>
Pembungkus pustaka C <cassert>, <cctype>, <cerrno>, <cfenv>, <cfloat>, <cinttypes>, <ciso646>, <climits>, <clocale>, <cmath>, <csetjmp>, <csignal>, <cstdarg>, <cstdbool>, <cstddef>, <cstdint>, <cstdio>, <cstdlib>, <cstring>, <ctgmath>, <ctime>, <cwchar>, <cwctype>
Kontainer
Kontainer urutan <array>, <deque>, <forward_list>, <list>, <vector>
Kontainer asosiatif yang diurutkan <map>, <set>
Kontainer asosiatif yang tidak diurutkan <unordered_map>, <unordered_set>
Kontainer adaptor <queue>, <stack>
Penanganan kesalahan dan pengecualian <exception>, <stdexcept>, <system_error>
I/O dan pemformatan <filesystem>, <fstream>, <iomanip>, <ios>, <iosfwd>, <iostream>, <istream>, <ostream>, <sstream>, <streambuf>, <strstream>
Iterator <iterator>
Pelokalan <codecvt>, <cvt/wbuffer>, <cvt/wstring>, <locale>
Matematika dan numerik <complex>, <limits>, <numeric>, <random>, <ratio>, <valarray>
Manajemen Memori <allocators>, <memory>, <new>, <scoped_allocator>
Multithreading <atomic>, <condition_variable>, <future>, <mutex>, <shared_mutex>, <thread>
Utilitas lainnya <bitset>, <chrono>, <functional>, <initializer_list>, <tuple>, <type_traits>, <typeinfo>, <typeindex>, <utility>
String dan data karakter <regex>, <string>, <string_view>

Baca juga

Menggunakan header pustaka C++
Pustaka standar C++