difference between list::insert() and list::splice()
This might be a stupid question. But is there any difference between list::insert()
and list::splice()
? Thanks.
Yes. insert() inserts an element of the list, and splice() inserts another list.
Topic archived. No new replies allowed.