Stxxl
1.4.0
|
#include <stxxl/bits/namespace.h>
Go to the source code of this file.
Namespaces | |
namespace | stxxl |
| |
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) |