FastLED 3.9.15
Loading...
Searching...
No Matches
scoped_ptr.h
Go to the documentation of this file.
1
2#pragma once
3
4// Backward compatibility - include the new unique_ptr header
5#include "fl/stl/unique_ptr.h" // IWYU pragma: keep
6
7namespace fl {
8
9// Template alias for backward compatibility
10template<typename T, typename Deleter = default_delete<T>>
12
13} // namespace fl
unique_ptr< T, Deleter > scoped_ptr
Definition scoped_ptr.h:11
Base definition for an LED controller.
Definition crgb.hpp:179