JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce::Animator::Compare Struct Reference

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.
 

Detailed Description

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.

Member Function Documentation

◆ operator()()

bool juce::Animator::Compare::operator() ( const Animator a,
const Animator b 
) const
inline

Comparison function.


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