|
FastLED 3.9.15
|
#include "fl/stl/unique_ptr.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 |
| Base definition for an LED controller. | |
Typedefs | |
| template<typename T, typename Deleter = default_delete<T>> | |
| using | fl::scoped_ptr = unique_ptr<T, Deleter> |