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

◆ has_value() [1/2]

bool fl::Optional< T >::has_value ( ) const
inline

Definition at line 42 of file optional.h.

42{ return !empty(); } // std::optional compatibility
bool empty() const FL_NOEXCEPT
Definition optional.h:170