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

◆ end() [1/2]

template<typename T>
const_iterator fl::vector< T >::end ( ) const
inline

Definition at line 664 of file vector.h.

664 {
665 return mArray ? static_cast<const T*>(mArray) + mSize : nullptr;
666 }