Comparison function used by the implementation to store Animators in ordered collections. More...
#include <juce_Animator.h>
Public Member Functions | |
bool | operator() (const Animator &a, const Animator &b) const |
Comparison function. | |
Comparison function used by the implementation to store Animators in ordered collections.
It can also be used to determine equality of Animator objects based on whether they reference the same underlying implementation.
Comparison function.