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

◆ c_str_mutable()

template<size_t SIZE = 64>
char * fl::StrN< SIZE >::c_str_mutable ( )
inline

Definition at line 276 of file str.h.

276 {
277 return mHeapData ? mHeapData->data() : mInlineData;
278 }
StringHolderPtr mHeapData
Definition str.h:110
char mInlineData[SIZE]
Definition str.h:109

References mHeapData, and mInlineData.

Referenced by operator[]().

+ Here is the caller graph for this function: