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

◆ operator!=() [1/2]

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

Definition at line 76 of file optional.h.

76{ return !(*this == other); }

References Optional().

+ Here is the call graph for this function: