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

Method hasInlineBuffer

src/fl/stl/basic_vector.h:162–164  ·  view source on GitHub ↗

Does this vector have an inline buffer at all?

Source from the content-addressed store, hash-verified

160
161 /// Does this vector have an inline buffer at all?
162 bool hasInlineBuffer() const FL_NOEXCEPT {
163 return mInlineCapacity > 0;
164 }
165
166 /// Pointer to element at index (byte arithmetic).
167 void* element_ptr(fl::size index) FL_NOEXCEPT {

Callers 2

swap_implMethod · 0.80
move_fromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected