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

◆ size()

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

Definition at line 142 of file unordered_set.h.

142{ return data.size(); }
fl::unordered_map< Key, bool, Hash, KeyEqual > data

References data.

Referenced by operator==().

+ Here is the caller graph for this function: