STL vector reserve() and copy()

前端 未结 5 787
情话喂你
情话喂你 2020-12-14 02:51

Greetings,

I am trying to perform a copy from one vector (vec1) to another vector (vec2) using the following 2 abbreviated lines of code (full test app follows):

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