vtf-logo

is_sorted.h File Reference

Contains the is_sorted() functions. More...

#include "../defs.h"

Go to the source code of this file.

Namespaces

namespace  ads

Functions

template<typename ForwardIterator>
bool ads::is_sorted (ForwardIterator first, ForwardIterator last)
 Return true if the range is in sorted order.
template<typename ForwardIterator, typename StrictWeakOrdering>
bool ads::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 Fri Aug 24 12:55:37 2007 for Algorithms and Data Structures Package by  doxygen 1.4.7