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

◆ operator bool()

fl::WriteResult::operator bool ( ) const
inline

Implicit conversion to bool for easy checking.

Definition at line 22 of file write_result.h.

22{ return ok; }
bool ok
True if write succeeded, false if error.

References ok.