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

◆ emplace_hint()

template<typename Key, typename Value, typename Less = fl::less<Key>>
template<typename... Args>
iterator fl::flat_map< Key, Value, Less >::emplace_hint ( const_iterator hint,
Args &&... args )
inline

Definition at line 328 of file flat_map.h.

328 {
330 return insert(hint, fl::move(value));
331 }
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