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

◆ operator!=()

template<typename Key>
bool fl::VectorSet< Key >::operator!= ( const VectorSet< Key > & other) const
inline

Inequality comparison.

Definition at line 337 of file set.h.

337 {
338 return data != other.data;
339 }
VectorType data
Definition set.h:362

References VectorSet(), and data.

+ Here is the call graph for this function: