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

◆ heapData() [2/2]

NotNullStringHolderPtr & fl::basic_string::heapData ( )
protected

Definition at line 200 of file basic_string.cpp.hpp.

200 {
201 if (!mStorage.is<NotNullStringHolderPtr>()) {
203 }
204 return mStorage.get<NotNullStringHolderPtr>();
205}
fl::variant< NotNullStringHolderPtr, ConstLiteral, ConstView > mStorage
fl::not_null< StringHolderPtr > NotNullStringHolderPtr
shared_ptr< T > make_shared(Args &&... args) FL_NOEXCEPT
Definition shared_ptr.h:414

References fl::make_shared(), and mStorage.

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

+ Here is the call graph for this function:
+ Here is the caller graph for this function: