OpenShot Audio Library | OpenShotAudio 0.3.2
Loading...
Searching...
No Matches
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:

See also
ElementComparator

Definition at line 185 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 191 of file juce_ElementComparator.h.


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