All iterators and references to elements remain valid.
Parameters
noneReturn value
noneExample
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
|
Output:
mylist contains: 9 8 7 6 5 4 3 2 1 |
Complexity
Linear in size.See also
| list::splice | Move elements from list to list (public member function) |
| list::sort | Sort elements in container (public member function) |
| list::swap | Swap content (public member function) |
