FastLED 3.9.15
Loading...
Searching...
No Matches
scoped_ptr.h File Reference
+ Include dependency graph for scoped_ptr.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  fl
 Base definition for an LED controller.
 

Typedefs

template<typename T, typename Deleter = default_delete<T>>
using fl::scoped_ptr = unique_ptr<T, Deleter>