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

◆ emplace()

template<typename Key>
template<typename... Args>
bool fl::unordered_set< Key >::emplace ( Args &&... args)
inline

Definition at line 90 of file unordered_set.h.

90 {
92 return insert(fl::move(key));
93 }
bool insert(const Key &key)

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

+ Here is the call graph for this function: