Return the associated allocator. This function returns an instance of @ref allocator_type constructed from the associated @ref boost::container::pmr::memory_resource. @par Complexity Constant. @par Exception Safety No-throw guarantee. */
| 1826 | No-throw guarantee. |
| 1827 | */ |
| 1828 | allocator_type |
| 1829 | get_allocator() const noexcept |
| 1830 | { |
| 1831 | return sp_.get(); |
| 1832 | } |
| 1833 | |
| 1834 | //------------------------------------------------------ |
| 1835 |