|
LMMS
|
Go to the source code of this file.
Classes | |
| struct | juce::SortFunctionConverter< ElementComparator > |
| class | juce::DefaultElementComparator< ElementType > |
Namespaces | |
| namespace | juce |
Functions | |
| template<class ElementType, class ElementComparator> | |
| static void | juce::sortArray (ElementComparator &comparator, ElementType *const array, int firstElement, int lastElement, const bool retainOrderOfEquivalentItems) |
| template<class ElementType, class ElementComparator> | |
| static int | juce::findInsertIndexInSortedArray (ElementComparator &comparator, ElementType *const array, const ElementType newElement, int firstElement, int lastElement) |