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

◆ c_str_mutable()

template<fl::size SIZE = FASTLED_STR_INLINED_SIZE>
char * fl::StrN< SIZE >::c_str_mutable ( )
inline

Definition at line 330 of file str.h.

330 {
331 return mHeapData ? mHeapData->data() : mInlineData;
332 }
StringHolderPtr mHeapData
Definition str.h:142
char mInlineData[SIZE]
Definition str.h:141

References mHeapData, and mInlineData.

Referenced by begin(), end(), operator[](), and pop_back().

+ Here is the caller graph for this function: