Custom allocator in std::vector

Viewed 44829

Is it possible to use custom allocator for std::vector internal allocations? If yes, how?

1 Answers
Related