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

◆ operator!() [1/2]

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

Definition at line 78 of file optional.h.

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