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

Method inlineBufferPtr

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

======= HELPER METHODS ======= Compute inline buffer pointer from offset (survives trivial relocation)

Source from the content-addressed store, hash-verified

493 // ======= HELPER METHODS =======
494 // Compute inline buffer pointer from offset (survives trivial relocation)
495 char* inlineBufferPtr() FL_NOEXCEPT {
496 return static_cast<char*>(static_cast<void*>(this)) + mInlineOffset;
497 }
498 const char* inlineBufferPtr() const FL_NOEXCEPT {
499 return static_cast<const char*>(static_cast<const void*>(this)) + mInlineOffset;
500 }

Callers 6

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

Calls

no outgoing calls

Tested by

no test coverage detected