cpp/regex/match results/get allocator
From Cppreference
< cpp | regex | match results
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
This section is incomplete |