std::multiset::get_allocator

From Cppreference

Jump to: navigation, search
allocator_type get_allocator() const;

Returns the allocator associated with the container.

Contents

[edit] Parameters

(none)

[edit] Return value

the associated allocator

[edit] Complexity

Constant

[edit] See also