FastLED
3.9.15
Loading...
Searching...
No Matches
◆
clear()
template<size_t SIZE = 64>
void
fl::StrN
< SIZE >::clear
(
bool
freeMemory
=
false
)
inline
Definition at line
337
of file
str.h
.
337
{
338
mLength
= 0;
339
if
(
freeMemory
&&
mHeapData
) {
340
mHeapData
.reset();
341
}
342
}
fl::StrN::mLength
size_t mLength
Definition
str.h:109
fl::StrN::mHeapData
StringHolderPtr mHeapData
Definition
str.h:111
fl::StrN
Definition
str.h:107
References
mHeapData
, and
mLength
.
fl
StrN
Generated on Tue Jun 24 2025 00:58:16 for FastLED by
1.13.2