cppreference.com
アカウント作成
ログイン
名前空間
ページ
議論
変種
表示
閲覧
編集
履歴
操作
std::forward_list<T,Allocator>::
get_allocator
提供: cppreference.com
<
cpp
|
container
|
forward list
[edit template]
C++
言語
標準ライブラリヘッダ
フリースタンディング処理系とホスト処理系
名前付き要件
言語サポートライブラリ
コンセプトライブラリ
(C++20)
診断ライブラリ
ユーティリティライブラリ
文字列ライブラリ
コンテナライブラリ
イテレータライブラリ
範囲ライブラリ
(C++20)
アルゴリズムライブラリ
数値演算ライブラリ
ローカライゼーションライブラリ
入出力ライブラリ
ファイルシステムライブラリ
(C++17)
正規表現ライブラリ
(C++11)
アトミック操作ライブラリ
(C++11)
スレッドサポートライブラリ
(C++11)
技術仕様書
[edit]
コンテナライブラリ
array
(C++11)
vector
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
span
(C++20)
[edit]
std::forward_list
メンバ関数
forward_list::forward_list
forward_list::~forward_list
forward_list::operator=
forward_list::assign
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::insert_after
forward_list::emplace_after
forward_list::erase_after
forward_list::push_front
forward_list::emplace_front
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
非メンバ関数
std::swap
erase
erase_if
(C++20)
(C++20)
operator==
operator!=
operator<
operator>
operator<=
operator>=
operator<=>
(C++20未満)
(C++20未満)
(C++20未満)
(C++20未満)
(C++20未満)
(C++20)
推定ガイド
(C++17)
[edit]
allocator_type get_allocator
(
)
const
noexcept
;
(C++11以上)
コンテナに関連付けられているアロケータを返します。
[
編集
]
引数
(なし)
[
編集
]
戻り値
関連付けられているアロケータ。
[
編集
]
計算量
一定。