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

◆ Slice() [11/20]

template<typename T>
template<fl::size INLINED_SIZE>
fl::Slice< T >::Slice ( InlinedVector< T, INLINED_SIZE > & vector)
inline

Definition at line 66 of file slice.h.

67 : mData(vector.data()), mSize(vector.size()) {}
T * mData
Definition slice.h:194
const T * data() const
Definition slice.h:138
fl::size size() const
Definition slice.h:142
fl::size mSize
Definition slice.h:195

References data(), mData, mSize, and size().

+ Here is the call graph for this function: