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

◆ insert() [4/6]

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

Definition at line 285 of file flat_map.h.

285 {
286 return insert(fl::move(value)).first;
287 }
fl::pair< iterator, bool > insert(const value_type &value) FL_NOEXCEPT
Definition flat_map.h:251