FastLED
3.9.15
Loading...
Searching...
No Matches
◆
release()
template<typename T, typename Deleter = ArrayDeleter<T>>
T *
fl::scoped_array
< T, Deleter >::release
(
)
inline
Definition at line
153
of file
scoped_ptr.h
.
153
{
154
T
*
tmp
=
arr_
;
155
arr_
=
nullptr
;
156
return
tmp
;
157
}
fl::scoped_array::arr_
T * arr_
Definition
scoped_ptr.h:166
fl::scoped_array
Definition
scoped_ptr.h:100
References
arr_
.
fl
scoped_array
Generated on Mon Jun 16 2025 06:27:50 for FastLED by
1.13.2