Namespaces
Variants
Views
Actions

std::list::get_allocator

From cppreference.com
< cpp‎ | container‎ | list
allocator_type get_allocator() const;

Returns the allocator associated with the container.

[edit] Parameters

(none)

[edit] Return value

The associated allocator.

[edit] Complexity

Constant.