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

◆ scope_exit() [2/3]

template<typename EF>
fl::scope_exit< EF >::scope_exit ( scope_exit< EF > && rhs)
inline

Definition at line 23 of file scope_exit.h.

25 rhs.release();
26 }
void release() FL_NOEXCEPT
Definition scope_exit.h:38
RAII guard that executes a callable when destroyed.
Definition scope_exit.h:17

References scope_exit(), FL_NOEXCEPT, and fl::fl::move().

+ Here is the call graph for this function: