|
STLdoc
STLdocumentation
|
Routines for checking the correctness of algorithm results. This file is a GNU parallel extension to the Standard C++ Library. More...
Go to the source code of this file.
Namespaces | |
| __gnu_parallel | |
| GNU parallel code for public use. | |
Functions | |
| template<typename _IIter , typename _Compare > | |
| bool | __gnu_parallel::__is_sorted (_IIter __begin, _IIter __end, _Compare __comp) |
Check whether [__begin, __end) is sorted according to __comp. More... | |
Routines for checking the correctness of algorithm results. This file is a GNU parallel extension to the Standard C++ Library.
1.8.6