|
openshot-audio
0.1.7
|
#include <juce_core.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)
|
inline |
|
inline |
1.8.13