标签: c++ memory memory-management stl
有没有办法构建一个分配器,将其对象存储在堆栈上,而不是堆中? 例如,此代码可通过此分配器获得: std::vector<int, my_allocator<int> > vec;
std::vector<int, my_allocator<int> > vec;