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

◆ front()

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

Definition at line 267 of file set.h.

267{ return data.front(); }
VectorType data
Definition set.h:273

References data.