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

◆ emplace()

template<typename Key, typename Value, typename Equal = fl::SmallMapEqualTo<Key>>
template<typename... Args>
fl::pair< iterator, bool > fl::unordered_map_small< Key, Value, Equal >::emplace ( Args &&... args)
inline

Definition at line 334 of file unordered_map_small.h.

334 {
336 return insert(fl::move(kv));
337 }
fl::pair< iterator, bool > insert(const value_type &kv) FL_NOEXCEPT
fl::pair< Key, Value > value_type

References args, FL_NOEXCEPT, fl::fl::forward(), insert(), and fl::fl::move().

+ Here is the call graph for this function: