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

◆ memory() [1/2]

template<typename T, size_t N>
T * fl::InlinedMemoryBlock< T, N >::memory ( )
inline

Definition at line 44 of file vector.h.

44 {
47 reinterpret_cast<uintptr_t>(begin) & (sizeof(MemoryType) - 1);
49 return reinterpret_cast<T *>(raw);
50 }
uintptr_t MemoryType
Definition vector.h:20
MemoryType mMemoryBlock[kBlockSize]
Definition vector.h:42

References mMemoryBlock.

Referenced by InlinedMemoryBlock().

+ Here is the caller graph for this function: