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
7
namespace
fl
{
8
9
// Template alias for backward compatibility
10
template
<
typename
T,
typename
Deleter = default_delete<T>>
11
using
scoped_ptr
=
unique_ptr<T, Deleter>
;
12
13
}
// namespace fl
fl::unique_ptr
Definition
unique_ptr.h:36
fl::scoped_ptr
unique_ptr< T, Deleter > scoped_ptr
Definition
scoped_ptr.h:11
fl
Base definition for an LED controller.
Definition
crgb.hpp:179
unique_ptr.h
fl
stl
scoped_ptr.h
Generated on Tue Jun 16 2026 00:07:00 for FastLED by
1.13.2