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

◆ insert() [2/4]

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

Definition at line 360 of file map.h.

360 {
362 bool success = data.insert(value, &result);
363 iterator it = success ? data.find(value) : data.end();
365 }
SortedHeapVector< value_type, PairLess >::iterator iterator
Definition map.h:306
SortedHeapVector< value_type, PairLess > data
Definition map.h:292

Referenced by fl::SortedHeapMap< fl::u32, FramePtr, Less >::update(), and fl::SortedHeapMap< fl::u32, FramePtr, Less >::update().

+ Here is the caller graph for this function: