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

◆ hasInlineBuffer()

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

Does this vector have an inline buffer at all?

Definition at line 162 of file basic_vector.h.

162 {
163 return mInlineCapacity > 0;
164 }
fl::size mInlineCapacity

References FL_NOEXCEPT, and mInlineCapacity.

Referenced by move_assign(), shrink_to_fit_impl(), and swap_impl().

+ Here is the caller graph for this function: