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

◆ has_value()

bool fl::expected< void, E >::has_value ( ) const
inline

Check if operation succeeded (alias for ok())

Definition at line 85 of file expected.h.

85{ return ok(); }
bool ok() const FL_NOEXCEPT
Definition expected.h:150