...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Return the associated allocator.
string::allocator_type
get_allocator() const noexcept;
This function returns an instance of allocator_type
constructed from
the associated boost::container::pmr::memory_resource
.
Constant.
No-throw guarantee.