FastLED 3.9.15
Loading...
Searching...
No Matches

◆ operator!=() [1/2]

template<typename T>
bool fl::rect< T >::operator!= ( const rect< T > & r) const
inline

Definition at line 268 of file geometry.h.

268{ return !(*this == r); }

References rect().

+ Here is the call graph for this function: