MCPcopy Create free account
hub / github.com/FastLED/FastLED / hasHeapData

Method hasHeapData

src/fl/stl/basic_string.h:503–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501
502 bool isInline() const FL_NOEXCEPT { return mStorage.empty(); }
503 bool hasHeapData() const FL_NOEXCEPT { return mStorage.is<NotNullStringHolderPtr>(); }
504 bool hasConstLiteral() const FL_NOEXCEPT { return mStorage.is<ConstLiteral>(); }
505 bool hasConstView() const FL_NOEXCEPT { return mStorage.is<ConstView>(); }
506 bool isNonOwning() const FL_NOEXCEPT { return hasConstLiteral() || hasConstView(); }

Callers 2

acceptMethod · 0.80
copyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected