FastLED 3.9.15
Loading...
Searching...
No Matches
scoped_ptr.h File Reference
#include "fl/unique_ptr.h"
#include "fl/scoped_array.h"
+ 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
 IMPORTANT!
 

Typedefs

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