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

◆ memory() [1/2]

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

Definition at line 92 of file vector.h.

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