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

◆ isInline()

bool fl::vector_basic::isInline ( ) const
inlineprotected

Is data currently in the inline buffer?

Definition at line 157 of file basic_vector.h.

157 {
158 return mInlineCapacity > 0 && mArray == inlineBufferPtr();
159 }
fl::size mInlineCapacity
void * inlineBufferPtr() FL_NOEXCEPT
Compute inline buffer pointer from offset.

References FL_NOEXCEPT, inlineBufferPtr(), mArray, and mInlineCapacity.

Referenced by ~vector_basic(), grow_to(), move_assign(), shrink_to_fit_impl(), and swap_impl().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: