how to use std::pmr to reuse a buff

54 Views Asked by At

I want to use std::pmr's mechanism to build a object pool, but monotonic_buffer_resource can not reuse memory and other type memory resource can not be bound to a buff.
So how could I do, or just std::pmr can not be used as it.

And how does you use std::pmr in your program, please shared them. This is really important to me

0

There are 0 best solutions below