名前空間
変種

std::forward_list<T,Allocator>::get_allocator

提供: cppreference.com
 
 
 
 
<tbody> </tbody>
allocator_type get_allocator() const noexcept;
(C++11以上)

コンテナに関連付けられているアロケータを返します。

引数

(なし)

戻り値

関連付けられているアロケータ。

計算量

一定。