Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
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 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);
Holds a resizable array of primitive or copy-by-value objects.
Definition juce_Array.h:59
void sort()
Sorts the array using a default comparison operation.
Definition juce_Array.h:1054
A simple ElementComparator class that can be used to sort an array of objects that support the '<' op...
Definition juce_ElementComparator.h:188
See also
ElementComparator

Member Function Documentation

◆ compareElements()

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

The documentation for this class was generated from the following file:
linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram