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/unique_ptr.h
"
6
#include "
fl/scoped_array.h
"
7
8
namespace
fl
{
9
10
// Template alias for backward compatibility
11
template
<
typename
T,
typename
Deleter = default_delete<T>>
12
using
scoped_ptr
=
unique_ptr<T, Deleter>
;
13
14
}
// namespace fl
fl::unique_ptr
Definition
unique_ptr.h:33
fl::scoped_ptr
unique_ptr< T, Deleter > scoped_ptr
Definition
scoped_ptr.h:12
fl
IMPORTANT!
Definition
crgb.h:20
scoped_array.h
unique_ptr.h
fl
scoped_ptr.h
Generated on Fri Aug 22 2025 20:59:33 for FastLED by
1.13.2