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

◆ begin() [1/2]

template<typename Key, typename Hash = Hash<Key>, typename KeyEqual = EqualTo<Key>>
iterator fl::unordered_set< Key, Hash, KeyEqual >::begin ( )
inline

Definition at line 80 of file unordered_set.h.

80{ return iterator(data.begin()); }
fl::unordered_map< Key, bool, Hash, KeyEqual > data

References begin(), and data.

Referenced by begin().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: