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

◆ memory() [2/2]

template<typename T, fl::size N>
T * fl::FixedVector< T, N >::memory ( )
inlineprivate

Definition at line 90 of file vector.h.

90{ return mMemoryBlock.memory(); }
InlinedMemoryBlock< T, N > mMemoryBlock
Definition vector.h:88