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

◆ capacity()

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

Definition at line 143 of file unordered_set.h.

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

References data.