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

Method isInline

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

Source from the content-addressed store, hash-verified

500 }
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>(); }

Callers 5

moveFromMethod · 0.45
moveAssignMethod · 0.45
swapWithMethod · 0.45
swap_implMethod · 0.45
move_fromMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected