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 251 of file str.h.

251 {
252 return mHeapData ? mHeapData->data() : mInlineData;
253 }
StringHolderPtr mHeapData
Definition str.h:83
char mInlineData[SIZE]
Definition str.h:82

References mHeapData, and mInlineData.

Referenced by operator[]().

+ Here is the caller graph for this function: