[opensource-dev] Another std::vector array ?

Nicky Perian nickyperian at yahoo.com
Sun May 11 11:32:06 PDT 2014


 -obj_item_array.remove(idxItem);
 +obj_item_array.erase(obj_item_array.begin()+(idxItem));   
Is the correct change to remove an item?
maybe obj_item_array.pop_back(idxItem);  is this better looks like the above is a contents erase.


Nicky
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20140511/67bebf9c/attachment.htm 


More information about the opensource-dev mailing list