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

◆ trace_label()

string fl::task::trace_label ( ) const

Definition at line 228 of file task.cpp.

228 {
229 return mImpl ? mImpl->trace_label() : "";
230}
shared_ptr< TaskImpl > mImpl
Definition task.h:113

References mImpl.