std::basic_string<CharT,Traits,Allocator>::get_allocator - cppreference.com

From cppreference.com

allocator_typeget_allocator()const;(noexcept since C++20)
(constexpr since C++20)Returns the allocator associated with the string.

Parameters

(none)

Return value

The associated allocator.

Complexity

Constant.

See also