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

◆ back()

template<typename Key, typename Allocator = fl::allocator<Key>>
const Key & fl::VectorSet< Key, Allocator >::back ( ) const
inline

Definition at line 270 of file set.h.

270{ return data.back(); }
VectorType data
Definition set.h:273

References data.