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
264
of file
scoped_ptr.h
.
264
{
265
T
*
tmp
=
arr_
;
266
arr_
=
nullptr
;
267
size_
= 0;
268
return
tmp
;
269
}
fl::scoped_array2::size_
size_t size_
Definition
scoped_ptr.h:284
fl::scoped_array2::arr_
T * arr_
Definition
scoped_ptr.h:283
fl::scoped_array2
Definition
scoped_ptr.h:173
References
arr_
, and
size_
.
fl
scoped_array2
Generated on Thu Jun 5 2025 04:29:40 for FastLED by
1.13.2