Stxxl  1.4.0
Namespaces | Functions
include/stxxl/bits/common/is_sorted.h File Reference
#include <stxxl/bits/namespace.h>
Include dependency graph for is_sorted.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  stxxl
 

<stxxl> library namespace


Functions

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)
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)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines