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

◆ emplace_hint()

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

Definition at line 251 of file flat_set.h.

251 {
253 return insert(hint, fl::move(value));
254 }
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(), fl::fl::move(), and fl::type_rank< T >::value.

+ Here is the call graph for this function: