|
|
|
template<class RandomAccessIterator, class StrictWeakOrdering> |
| bool inplaceds::is_sorted |
( |
RandomAccessIterator |
first, |
|
|
RandomAccessIterator |
last, |
|
|
StrictWeakOrdering |
comp |
|
) |
|
|
|
|
Returns true if [first, last) is a sorted range.
- Parameters:
-
| first | RandomAccessIterator to the first element in the sequence |
| last | RandomAccessIterator to the first element in the sequence |
| comp | Comparison function object |
- Requirements on types:
-
Definition at line 105 of file dynamic_sorted_vector.hpp. |
|