Namespaces
Variants
Views
Actions

Difference between revisions of "cpp/container/vector/get allocator"

From cppreference.com
< cpp‎ | container‎ | vector
m (1 revision: import content)
m (langlinks)
 
(3 intermediate revisions by one user not shown)
Line 1: Line 1:
{{cpp/container/get_allocator|vector}}
+
{{include page|cpp/container/get_allocator|vector}}
 +
 
 +
{{langlinks|de|es|fr|it|ja|pt|ru|zh}}

Latest revision as of 11:06, 5 November 2023

 
 
 
 
allocator_type get_allocator() const;
(noexcept since C++11)
(constexpr since C++20)

Returns the allocator associated with the container.

[edit] Parameters

(none)

[edit] Return value

The associated allocator.

[edit] Complexity

Constant.