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

◆ memory() [1/2]

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

Definition at line 51 of file vector.h.

51 {
54 reinterpret_cast<fl::uptr>(begin) & (sizeof(MemoryType) - 1);
56 return reinterpret_cast<T *>(raw);
57 }
fl::uptr MemoryType
Definition vector.h:26
MemoryType mMemoryBlock[kBlockSize]
Definition vector.h:49

References fl::begin(), and mMemoryBlock.

Referenced by InlinedMemoryBlock().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: