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

◆ back()

template<typename Key, size_t N>
const Key & fl::FixedSet< Key, N >::back ( ) const
inline

Definition at line 144 of file set.h.

144 {
145 return data.back();
146 }
VectorType data
Definition set.h:150

References data.