FastLED
3.9.15
Loading...
Searching...
No Matches
◆
scoped_array()
[2/4]
template<typename T, typename Deleter = ArrayDeleter<T>>
fl::scoped_array
< T, Deleter >::scoped_array
(
T *
arr
,
Deleter
deleter
)
inline
Definition at line
28
of file
scoped_array.h
.
28
:
arr_
(
arr
),
deleter_
(
deleter
) {}
fl::scoped_array::arr_
T * arr_
Definition
scoped_array.h:89
fl::scoped_array::deleter_
Deleter deleter_
Definition
scoped_array.h:90
fl::scoped_array
Definition
scoped_array.h:23
References
arr_
, and
deleter_
.
fl
scoped_array
Generated on Fri Aug 22 2025 20:59:37 for FastLED by
1.13.2