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

◆ operator!=() [2/2]

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

Definition at line 86 of file optional.h.

86{ return !empty(); }
bool empty() const
Definition optional.h:29

References empty().

+ Here is the call graph for this function: