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

◆ inlineBufferPtr() [2/2]

void * fl::vector_basic::inlineBufferPtr ( )
inlineprotected

Compute inline buffer pointer from offset.

Definition at line 149 of file basic_vector.h.

149 {
150 return static_cast<char*>(static_cast<void*>(this)) + mInlineOffset;
151 }
fl::size mInlineOffset

References FL_NOEXCEPT, inlineBufferPtr(), and mInlineOffset.

Referenced by inlineBufferPtr(), isInline(), 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: