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

◆ cbegin()

template<typename Key, typename Hash = Hash<Key>, typename KeyEqual = EqualTo<Key>>
const_iterator fl::unordered_set< Key, Hash, KeyEqual >::cbegin ( ) const
inline

Definition at line 84 of file unordered_set.h.

84{ return const_iterator(data.cbegin()); }
fl::unordered_map< Key, bool, Hash, KeyEqual > data

References data.