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

◆ operator==() [5/6]

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

Definition at line 102 of file optional.h.

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