cpp/regex/match results/get allocator

From Cppreference

Jump to: navigation, search

Template:cpp/container/match results/title Template:cpp/container/match results/sidebar

allocator_type get_allocator() const;
(no container - C++11 feature)

Returns the allocator associated with the container.

Contents

[edit] Parameters

(none)

[edit] Return value

the associated allocator

[edit] Complexity

Constant

[edit] See also