|
template<class ElementType , class ElementComparator > |
static int | juce::findInsertIndexInSortedArray (ElementComparator &comparator, ElementType *const array, const ElementType newElement, int firstElement, int lastElement) |
| Searches a sorted array of elements, looking for the index at which a specified value should be inserted for it to be in the correct order. More...
|
|
template<class ElementType , class ElementComparator > |
static void | juce::sortArray (ElementComparator &comparator, ElementType *const array, int firstElement, int lastElement, const bool retainOrderOfEquivalentItems) |
| Sorts a range of elements in an array. More...
|
|