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

◆ insert() [3/4]

template<typename Key, typename Less = fl::less<Key>>
iterator fl::flat_set< Key, Less >::insert ( const_iterator hint,
value_type && value )
inline

Definition at line 239 of file flat_set.h.

239 {
240 return insert(fl::move(value)).first;
241 }
fl::pair< iterator, bool > insert(const value_type &value)
Definition flat_set.h:204

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

+ Here is the call graph for this function: