STXXL  1.4-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
is_sorted.h File Reference
#include <stxxl/bits/namespace.h>
#include <iterator>
#include <functional>

Go to the source code of this file.

Namespaces

 stxxl
 STXXL library namespace
 

Functions

template<class ForwardIterator , class StrictWeakOrdering >
bool stxxl::is_sorted (ForwardIterator first, ForwardIterator last, StrictWeakOrdering comp)
 
template<class ForwardIterator >
bool stxxl::is_sorted (ForwardIterator first, ForwardIterator last)