OpenShot Audio Library | OpenShotAudio  0.3.3
juce::SortFunctionConverter< ElementComparator > Struct Template Reference

#include <juce_ElementComparator.h>

Public Member Functions

 SortFunctionConverter (ElementComparator &e)
 
template<typename Type >
bool operator() (Type a, Type b)
 

Detailed Description

template<typename ElementComparator>
struct juce::SortFunctionConverter< ElementComparator >

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.


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