|
|
|
allocator_type get_allocator()const; | (noexcept since C++20) (constexpr since C++20) | |
Returns the allocator associated with the string.
Contents |
(none)
The associated allocator.
Constant.
the default allocator (class template)[edit] | |
(C++11) | provides information about allocator types (class template)[edit] |
(C++11) | checks if the specified type supports uses-allocator construction (class template)[edit] |