STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
checkers.h File Reference

Routines for checking the correctness of algorithm results. This file is a GNU parallel extension to the Standard C++ Library. More...

#include <cstdio>
#include <bits/stl_algobase.h>
#include <bits/stl_function.h>

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...
 

Detailed Description

Routines for checking the correctness of algorithm results. This file is a GNU parallel extension to the Standard C++ Library.