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

◆ hasHeapData()

bool fl::basic_string::hasHeapData ( ) const
inlineprotected

Definition at line 503 of file basic_string.h.

503{ return mStorage.is<NotNullStringHolderPtr>(); }
fl::variant< NotNullStringHolderPtr, ConstLiteral, ConstView > mStorage
fl::not_null< StringHolderPtr > NotNullStringHolderPtr

References FL_NOEXCEPT, and mStorage.

Referenced by c_str_mutable(), capacity(), clear(), copy(), erase(), insert(), insert(), replace(), replace(), reserve(), and shrink_to_fit().

+ Here is the caller graph for this function: