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

◆ insert()

template<typename Key, typename Value, typename Less = fl::DefaultLess<Key>>
bool fl::SortedHeapMap< Key, Value, Less >::insert ( const Key & key,
const Value & value,
InsertResult * result = nullptr )
inline

Definition at line 294 of file map.h.

294 {
295 return data.insert(Pair(key, value), result);
296 }
SortedHeapVector< Pair, PairLess > data
Definition map.h:274

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

+ Here is the caller graph for this function: