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 139 of file set.h.

139 {
140 return data.front();
141 }
VectorType data
Definition set.h:150

References data.