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 265 of file map.h.

266 {
267 return data.insert(Pair(key, value), result);
268 }
SortedHeapVector< Pair, PairLess > data
Definition map.h:251

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

+ Here is the caller graph for this function: