...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 memory_resource
.
allocator_type get_allocator() const;
This function returns an instance of polymorphic_allocator
constructed
from the associated memory_resource
.
Constant.
No-throw guarantee.