STXXL  1.4.0
 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 _ForwardIter >
bool stxxl::is_sorted (_ForwardIter __first, _ForwardIter __last)
 
template<class _ForwardIter , class _StrictWeakOrdering >
bool stxxl::is_sorted (_ForwardIter __first, _ForwardIter __last, _StrictWeakOrdering __comp)
 
template<class _ForwardIter >
bool stxxl::is_sorted_helper (_ForwardIter __first, _ForwardIter __last)
 
template<class _ForwardIter , class _StrictWeakOrdering >
bool stxxl::is_sorted_helper (_ForwardIter __first, _ForwardIter __last, _StrictWeakOrdering __comp)