Contains the is_sorted() functions. More...
#include "../defs.h"
Go to the source code of this file.
Functions | |
template<typename ForwardIterator > | |
bool | is_sorted (ForwardIterator first, ForwardIterator last) |
Return true if the range is in sorted order. | |
template<typename ForwardIterator , typename StrictWeakOrdering > | |
bool | is_sorted (ForwardIterator first, ForwardIterator last, StrictWeakOrdering comp) |
Return true if the range is in sorted order. |
Contains the is_sorted() functions.