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

◆ is_owning()

bool fl::basic_string::is_owning ( ) const
inline

Definition at line 147 of file basic_string.h.

147 {
148 return isInline() || mStorage.is<NotNullStringHolderPtr>();
149 }
bool isInline() const FL_NOEXCEPT
fl::variant< NotNullStringHolderPtr, ConstLiteral, ConstView > mStorage
fl::not_null< StringHolderPtr > NotNullStringHolderPtr

References FL_NOEXCEPT, isInline(), and mStorage.

+ Here is the call graph for this function: