FastLED 3.9.15
Loading...
Searching...
No Matches

◆ capacity()

template<size_t SIZE = 64>
size_t fl::StrN< SIZE >::capacity ( ) const
inline

Definition at line 169 of file str.h.

169 {
170 return mHeapData ? mHeapData->capacity() : SIZE;
171 }
StringHolderPtr mHeapData
Definition str.h:83
Definition str.h:79

References mHeapData.