is_sorted.h File Reference

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.

Detailed Description

Contains the is_sorted() functions.

Generated on Thu Jun 30 02:14:51 2016 for Algorithms and Data Structures Package by  doxygen 1.6.3