 |
- C++ Reference - cplusplus.com - The C++ Resources Network
The header defines a collection of functions especially designed to be used on ranges of elements. A range is any sequence of objects that can be accessed through iterators or pointers, such as an array or an instance of some of the STL containers.
www.cplusplus.com |
 |