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

◆ emplace()

template<typename Key, typename Less = fl::less<Key>>
template<typename... Args>
fl::pair< iterator, bool > fl::flat_set< Key, Less >::emplace ( Args &&... args)
inline

Definition at line 245 of file flat_set.h.

245 {
247 return insert(value);
248 }
Key value_type
Definition flat_set.h:27
fl::pair< iterator, bool > insert(const value_type &value)
Definition flat_set.h:204
constexpr int type_rank< T >::value

References args, fl::fl::forward(), insert(), and fl::type_rank< T >::value.

+ Here is the call graph for this function: