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

◆ begin() [1/2]

template<typename Key, size_t N>
iterator fl::FixedSet< Key, N >::begin ( )
inline

Definition at line 26 of file set.h.

26 {
27 return data.begin();
28 }
VectorType data
Definition set.h:150

References data.

Referenced by find(), find(), next(), and prev().

+ Here is the caller graph for this function: