|
|
|
template<class RandomAccessIterator, class StrictWeakOrdering> |
| void inplaceds::build_dynamic_sorted_vector |
( |
RandomAccessIterator |
first, |
|
|
RandomAccessIterator |
last, |
|
|
StrictWeakOrdering |
comp |
|
) |
[inline] |
|
|
|
Turns [first, last) into a dynamic sorted vector.
- 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 43 of file dynamic_sorted_vector.hpp. |
|