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

◆ has_then()

bool fl::task::has_then ( ) const

Definition at line 220 of file task.cpp.

220 {
221 return mImpl ? mImpl->has_then() : false;
222}
shared_ptr< TaskImpl > mImpl
Definition task.h:113

References mImpl.