次の方法で共有


C++ 標準ライブラリのヘッダー ファイル

C++ の標準ライブラリと拡張機能のヘッダー ファイル (カテゴリ別)。

カテゴリ別ヘッダー

カテゴリ ヘッダー
アルゴリズム <algorithm><cstdlib><numeric>
アトミックの操作 <atomic> 11
C ライブラリ ラッパー <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<cstddef><cstdint>11<cstdio><cstdlib><cstring><ctgmath>11 a b<ctime><cuchar>11<cwchar><cwctype>
概念 <concepts> 20
コンテナー
シーケンス コンテナー <array> 11<deque><forward_list>11<list><vector>
順序付けされた連想コンテナー $
順序指定されていない連想コンテナー <unordered_map> 11<unordered_set>11
コンテナー アダプター $
コンテナー ビュー <span> 20
エラーと例外の処理 <cassert><exception><stdexcept><system_error>11
一般的なユーティリティ <any> 17<bit>20<bitset><cstdlib><execution>17<functional><memory><memory_resource>17<optional>17<ratio>11<scoped_allocator>11<tuple>11<type_traits>11<typeindex>11<utility><variant>17
I/O と書式設定 <cinttypes> 11<cstdio><filesystem>17<fstream><iomanip><ios><iosfwd><iostream><istream><ostream><sstream><streambuf><strstream>c<syncstream>20
反復子 <iterator>
サポートされている言語 <cfloat><climits><codecvt>11 a<compare>20<contract>20<coroutine>20<csetjmp><csignal><cstdarg><cstddef><cstdint>11<cstdlib><exception><initializer_list>11<limits><new><typeinfo><version>20
ローカライズ <clocale><codecvt>11 a<cvt/wbuffer><cvt/wstring><locale>
数値演算と数値 <bit> 20<cfenv>11<cmath><complex><cstdlib><limits><numeric><random>11<ratio>11<valarray>
メモリ管理 <allocators><memory><memory_resource>17<new><scoped_allocator>11
マルチスレッド <atomic> 11<condition_variable>11<future>11<mutex>11<shared_mutex>14<thread>11
範囲 <ranges> 20
正規表現 <regex> 11
文字列と文字データ <charconv> 17<cctype><cstdlib><cstring><cuchar>11<cwchar><cwctype><regex>11<string><string_view>17
時刻 <chrono> 11<ctime>

11 C++11 標準で追加されました。
14 C++14 標準で追加されました。
17 C++17 標準で追加されました。
20 ドラフト C++20 標準で追加されました。
a C++17 標準で非推奨となりました。
b ドラフト C++20 標準で削除されました。
c C++98 標準で非推奨となりました。

カテゴリ ヘッダー
アルゴリズム <algorithm>
C ライブラリ ラッパー <cassert>, <cctype>, <cerrno>, <cfenv>, <cfloat>, <cinttypes>, <ciso646>, <climits>, <clocale>, <cmath><csetjmp>, <csignal>, <cstdarg>, <cstdbool>, <cstddef>, <cstdint>, <cstdio>, <cstdlib>, <cstring><ctgmath>, <ctime>, <cwchar>, <cwctype>
コンテナー
シーケンス コンテナー <array><deque><forward_list><list><vector>
順序付けされた連想コンテナー $
順序指定されていない連想コンテナー $
アダプター コンテナー $
エラーと例外の処理 <exception><stdexcept><system_error>
I/O と書式設定 <filesystem><fstream><iomanip><ios><iosfwd><iostream><istream><ostream><sstream><streambuf><strstream>
反復子 <iterator>
ローカライズ <codecvt><cvt/wbuffer><cvt/wstring><locale>
数値演算と数値 <complex><limits><numeric><random><ratio><valarray>
メモリ管理 <allocators><memory><new><scoped_allocator>
マルチスレッド <atomic><condition_variable><future><mutex><shared_mutex><thread>
その他のユーティリティ <bitset><chrono><functional><initializer_list><tuple><type_traits><typeinfo><typeindex><utility>
文字列と文字データ <regex><string><string_view>

関連項目

C++ ライブラリ ヘッダーの使用
C++ 標準ライブラリ