list splice « list « C++ Tutorial






17.15.list splice
17.15.1.Use list.splice() to remove elements in a list and insert at end of values
17.15.2.Insert all elements of list1 before the first element with value 3 of list2
17.15.3.splice one list into another
17.15.4.Move first element to the end