Pre-allocate space for C++ STL queue

前端 未结 6 2259
小鲜肉
小鲜肉 2020-12-24 01:50

I\'m writing a radix sort algorithm using queues and I would like to have a STL queue allocate space before I start adding things to the queue so that I can avoid constant d

6条回答
提交回复
热议问题