16 using allocator_type = std::pmr::polymorphic_allocator<value_type>;
18 constexpr scoped_buffer() noexcept : _buffer(), _mbr(_buffer.data(), _buffer.size()), _pa(&_mbr) {}
20 constexpr allocator_type &allocator()
noexcept
27 std::pmr::monotonic_buffer_resource _mbr;