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

◆ operator!=() [3/4]

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

Definition at line 103 of file optional.h.

103{ return !empty(); }
bool empty() const FL_NOEXCEPT
Definition optional.h:170