OpenShot Audio Library | OpenShotAudio 0.3.2
|
#include <juce_ElementComparator.h>
Public Member Functions | |
SortFunctionConverter (ElementComparator &e) | |
template<typename Type > | |
bool | operator() (Type a, Type b) |
This is an internal helper class which converts a juce ElementComparator style class (using a "compareElements" method) into a class that's compatible with std::sort (i.e. using an operator() to compare the elements)
Definition at line 35 of file juce_ElementComparator.h.
|
inline |
Definition at line 37 of file juce_ElementComparator.h.
|
inline |
Definition at line 40 of file juce_ElementComparator.h.