FastLED
3.9.15
Loading...
Searching...
No Matches
◆
release()
template<typename T, typename Alloc = fl::allocator<T>>
T *
fl::scoped_array2
< T, Alloc >::release
(
)
inline
Definition at line
185
of file
scoped_array.h
.
185
{
186
T
*
tmp
=
arr_
;
187
arr_
=
nullptr
;
188
size_
= 0;
189
return
tmp
;
190
}
fl::scoped_array2::size_
fl::size_t size_
Definition
scoped_array.h:205
fl::scoped_array2::arr_
T * arr_
Definition
scoped_array.h:204
fl::scoped_array2
Definition
scoped_array.h:94
References
arr_
, and
size_
.
fl
scoped_array2
Generated on Fri Aug 22 2025 20:59:37 for FastLED by
1.13.2