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

◆ emplace()

template<typename Key, typename Hash = Hash<Key>, typename KeyEqual = EqualTo<Key>>
template<typename... Args>
bool fl::unordered_set< Key, Hash, KeyEqual >::emplace ( Args &&... args)
inline

Definition at line 99 of file unordered_set.h.

99 {
101 return insert(fl::move(key));
102 }
bool insert(const Key &key)

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

+ Here is the call graph for this function: