#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. | |
1.4.7