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

◆ insert() [3/6]

template<typename Key, typename Value, typename Less = fl::less<Key>>
iterator fl::flat_map< Key, Value, Less >::insert ( const_iterator ,
const value_type & value )
inline

Definition at line 281 of file flat_map.h.

281 {
282 return insert(value).first;
283 }
fl::pair< iterator, bool > insert(const value_type &value) FL_NOEXCEPT
Definition flat_map.h:251