GNU g++  v5.2.1
GNU Standard C++
checkers.h File Reference

Routines for checking the correctness of algorithm results. More...

#include <cstdio>
#include <bits/stl_algobase.h>
#include <bits/stl_function.h>
Include dependency graph for checkers.h:

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.