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

◆ front()

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

Definition at line 122 of file set.h.

122{ return data.front(); }
VectorType data
Definition set.h:128

References data.