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

◆ has_value()

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

Definition at line 30 of file optional.h.

30{ return !empty(); } // std::optional compatibility
bool empty() const
Definition optional.h:29

References empty().

Referenced by fl::string::append(), test_await_approach(), and test_promise_approach().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: