Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
たくさんpush_backの要素を並べeraseて並べても、メモリは確保されますよね?では、メモリを節約するために、ベクトルをより小さなサイズに強制的に再割り当てするにはどうすればよいでしょうか?
push_back
erase
私はC++11を使っていないので、残念ながら使えませんshrink_to_fit。
shrink_to_fit
ここでの答えは私には答えません。何を交換すればよいのか、どのように交換すればよいのかわかりません。