[Cs3] list splice

Md. Islam mislam4 at kent.edu
Tue Sep 22 12:54:26 EDT 2020


Yes, splice() removes elements from the original list.

http://www.cplusplus.com/reference/list/list/splice/

It actually simply destroys the head of the original list. The content of
the original list remains there as a part of the new list.

Many thanks
Tamim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://listmail.cs.kent.edu/pipermail/cs3/attachments/20200922/44abb978/attachment.html 


More information about the cs3 mailing list