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

◆ memory() [2/2]

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

Definition at line 76 of file vector.h.

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