STXXL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
is_sorted.h File Reference

Go to the source code of this file.

Namespaces

 stxxl
 STXXL library namespace
 

Functions

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