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

◆ ~scope_exit()

template<typename EF>
fl::scope_exit< EF >::~scope_exit ( )
inline

Definition at line 32 of file scope_exit.h.

32 {
33 if (mActive) {
35 }
36 }

References scope_exit(), FL_NOEXCEPT, mActive, and mExitFunction.

+ Here is the call graph for this function: