std::forward_list<T,Allocator>::get_allocator
Min standard notice:
Returns the allocator associated with the container.
# Declarations
allocator_type get_allocator() const noexcept;
(since C++11)
# Return value
The associated allocator.
Returns the allocator associated with the container.
allocator_type get_allocator() const noexcept;
(since C++11)
The associated allocator.