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

#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;
DefaultElementComparator<int> sorter;
myArray.sort (sorter);
See also
ElementComparator

Definition at line 185 of file juce_ElementComparator.h.


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