std::forward_list::get_allocator
From Cppreference
< cpp | container | forward list
allocator_type get_allocator() const;
|
(C++11 feature) | |
Returns the allocator associated with the container.
Contents |
[edit] Parameters
(none)
[edit] Return value
the associated allocator
[edit] Complexity
Constant
[edit] See also
This section is incomplete |