Skip to main content

std::map get_allocator() method

// Const version only
allocator_type get_allocator() const noexcept;

Returns the allocator associated with the container.

Parameters

(none)

Return value

The associated allocator.

Exceptions

(none)

Complexity

Constant.

This article originates from this CppReference page. It was likely altered for improvements or editors' preference. Click "Edit this page" to see all changes made to this document.
Hover to see the original license.

std::map get_allocator() method

// Const version only
allocator_type get_allocator() const noexcept;

Returns the allocator associated with the container.

Parameters

(none)

Return value

The associated allocator.

Exceptions

(none)

Complexity

Constant.

This article originates from this CppReference page. It was likely altered for improvements or editors' preference. Click "Edit this page" to see all changes made to this document.
Hover to see the original license.