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

◆ full()

template<typename Key, typename Value, typename Less = fl::less<Key>>
bool fl::flat_map< Key, Value, Less >::full ( ) const
inline

Definition at line 100 of file flat_map.h.

100{ return size() >= capacity(); }
size_type size() const FL_NOEXCEPT
Definition flat_map.h:96
size_type capacity() const FL_NOEXCEPT
Definition flat_map.h:98