std::basic_string::get_allocator
From Cppreference
< cpp | string | basic string
allocator_type get_allocator() const;
| ||
Returns the allocator associated with the string.
Contents |
Parameters
(none)
Return value
the associated allocator
Complexity
constant
See also
This section is incomplete |