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

◆ capacity()

template<typename Key>
fl::size fl::unordered_set< Key >::capacity ( ) const
inline

Definition at line 134 of file unordered_set.h.

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

References data.