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

◆ cend()

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

Definition at line 88 of file flat_map.h.

88{ return mData.end(); }
vector_type mData
Definition flat_map.h:51