OpenShot Library | OpenShotAudio 0.2.2
juce::DefaultElementComparator< ElementType > Class Template Reference

A simple ElementComparator class that can be used to sort an array of objects that support the '<' operator. More...

#include <juce_ElementComparator.h>

Static Public Member Functions

static int compareElements (ParameterType first, ParameterType second)
 

Detailed Description

template<class ElementType>
class juce::DefaultElementComparator< ElementType >

A simple ElementComparator class that can be used to sort an array of objects that support the '<' operator.

This will work for primitive types and objects that implement operator<().

Example:

Array<int> myArray;
myArray.sort (sorter);
void sort()
Sorts the array using a default comparison operation.
Definition: juce_Array.h:1077
A simple ElementComparator class that can be used to sort an array of objects that support the '<' op...
See also
ElementComparator

Definition at line 189 of file juce_ElementComparator.h.

Member Function Documentation

◆ compareElements()

template<class ElementType >
static int juce::DefaultElementComparator< ElementType >::compareElements ( ParameterType  first,
ParameterType  second 
)
inlinestatic

Definition at line 195 of file juce_ElementComparator.h.


The documentation for this class was generated from the following file: