|
FastLED 3.9.15
|
| scope_exit< decay_t< EF > > fl::make_scope_exit | ( | EF && | f | ) |
Factory for C++11/14 (no CTAD).
Usage: auto guard = fl::make_scope_exit([&]{ cleanup(); });
Definition at line 48 of file scope_exit.h.
References fl::fl::forward().
Referenced by fl::task::run().
Here is the call graph for this function:
Here is the caller graph for this function: