stl:list:reverse
From C++ Reference
reverse
Syntax:
#include <list> void reverse();
The function reverse() reverses the list, and takes linear time.
Related Topics: sort
From C++ Reference
Syntax:
#include <list> void reverse();
The function reverse() reverses the list, and takes linear time.
Related Topics: sort