list splice « List « C++






1.Use list.splice() to remove elements in a list and insert at end of values
2.Insert all elements of list1 before the first element with value 3 of list2
3.Move first element to the end
4.List Splice