cppreference.com
アカウント作成
ログイン
名前空間
ページ
ノート
変種
表示
表示
編集
履歴
操作
std::forward_list<T,Allocator>::
get_allocator
From cppreference.com
<
cpp
|
container
|
forward list
[テンプレートを編集]
C++
コンパイラサポート
フリースタンディングとホスト
言語
標準ライブラリ
標準ライブラリヘッダー
名前付き要件
機能テストマクロ
(C++20)
言語サポートライブラリ
コンセプトライブラリ
(C++20)
診断ライブラリ
メモリ管理ライブラリ
メタプログラミングライブラリ
(C++11)
汎用ユーティリティライブラリ
コンテナライブラリ
イテレータライブラリ
Rangesライブラリ
(C++20)
アルゴリズムライブラリ
文字列ライブラリ
テキスト処理ライブラリ
数値ライブラリ
日付と時刻ライブラリ
入出力ライブラリ
ファイルシステムライブラリ
(C++17)
並行サポートライブラリ
(C++11)
実行制御ライブラリ
(C++26)
Technical specifications (技術仕様)
シンボルインデックス
外部ライブラリ
[編集]
コンテナライブラリ
シーケンス
array
(C++11)
vector
vector
<bool>
inplace_vector
(C++26)
hive
(C++26)
deque
forward_list
(C++11)
list
連想
set
multiset
map
multimap
非順序連想
unordered_set
(C++11)
unordered_multiset
(C++11)
unordered_map
(C++11)
unordered_multimap
(C++11)
アダプタ
stack
queue
priority_queue
flat_set
(C++23)
flat_multiset
(C++23)
flat_map
(C++23)
flat_multimap
(C++23)
表示
span
(C++20)
mdspan
(C++23)
表
イテレータの無効化
メンバ関数テーブル
非メンバ関数テーブル
[編集]
std::forward_list
メンバ関数
forward_list::forward_list
forward_list::~forward_list
forward_list::operator=
forward_list::assign
forward_list::assign_range
(C++23)
forward_list::get_allocator
要素アクセス
forward_list::front
イテレータ
forward_list::before_begin
forward_list::cbefore_begin
forward_list::begin
forward_list::cbegin
forward_list::end
forward_list::cend
容量
forward_list::empty
forward_list::max_size
変更
forward_list::clear
forward_list::emplace_front
forward_list::push_front
forward_list::insert_after
forward_list::emplace_after
forward_list::erase_after
forward_list::insert_range_after
(C++23)
forward_list::prepend_range
(C++23)
forward_list::pop_front
forward_list::resize
forward_list::swap
操作
forward_list::merge
forward_list::splice_after
forward_list::remove
forward_list::remove_if
forward_list::reverse
forward_list::unique
forward_list::sort
非メンバ関数
operator==
operator<=>
(C++20)
swap
(std::forward_list)
erase
(std::forward_list)
erase_if
(std::forward_list)
(C++20)
(C++20)
operator!=
operator<
operator>
operator<=
operator>=
(C++20まで)
(C++20まで)
(C++20まで)
(C++20まで)
(C++20まで)
推論ガイド
(C++17)
[編集]
allocator_type get_allocator
(
)
const
noexcept
;
(C++11以降)
コンテナに関連付けられたアロケータを返します。
[
編集
]
パラメータ
(なし)
[
編集
]
戻り値
関連付けられたアロケータ。
[
編集
]
複雑性
定数。
English
日本語
中文(简体)
中文(繁體)