|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
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) |
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:
@tags{Core}
Definition at line 184 of file juce_ElementComparator.h.
|
static |
Definition at line 190 of file juce_ElementComparator.h.