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

◆ Slice() [7/12]

template<typename T>
template<typename U, size_t INLINED_SIZE>
fl::Slice< T >::Slice ( const FixedVector< U, INLINED_SIZE > & vector)
inline

Definition at line 44 of file slice.h.

45 : mData(vector.data()), mSize(vector.size()) {}
T * mData
Definition slice.h:144
const T * data() const
Definition slice.h:88
size_t size() const
Definition slice.h:92
size_t mSize
Definition slice.h:145

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

+ Here is the call graph for this function: