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

◆ max_size()

template<typename Key, typename Value, typename Equal = fl::SmallMapEqualTo<Key>>
size_type fl::unordered_map_small< Key, Value, Equal >::max_size ( ) const
inline

Definition at line 242 of file unordered_map_small.h.

242{ return mData.max_size(); }

References FL_NOEXCEPT, and mData.