std::unordered_multimap<Key,T,Hash,KeyEqual,Allocator>::get_allocator
提供: cppreference.com
< cpp | container | unordered multimap
コンテナライブラリ
(C++11) | ||||
(C++11) | ||||
(C++11) | ||||
(C++11) | ||||
(C++11) | ||||
(C++11) | ||||
(C++20) |
std::unordered_multimap
メンバ関数 | ||||
unordered_multimap::get_allocator | ||||
イテレータ | ||||
容量 | ||||
変更 | ||||
(C++17) | ||||
(C++17) | ||||
検索 | ||||
(C++20) | ||||
バケットインタフェース | ||||
ハッシュポリシー | ||||
観察 | ||||
非メンバ関数 | ||||
(C++20未満) | ||||
(C++20) | ||||
推定ガイド(C++17) |
allocator_type get_allocator() const noexcept; | (C++11以上) | |
コンテナに関連付けられているアロケータを返します。
[編集] 引数
(なし)
[編集] 戻り値
関連付けられているアロケータ。
[編集] 計算量
一定。