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

◆ emplace()

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

Definition at line 322 of file flat_map.h.

322 {
324 return insert(value);
325 }
fl::pair< Key, Value > value_type
Definition flat_map.h:35
fl::pair< iterator, bool > insert(const value_type &value) FL_NOEXCEPT
Definition flat_map.h:251
constexpr int type_rank< T >::value