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

◆ insert() [2/4]

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

Definition at line 234 of file flat_set.h.

234 {
235 // TODO: use hint for performance if it's valid
236 return insert(value).first;
237 }
fl::pair< iterator, bool > insert(const value_type &value)
Definition flat_set.h:204

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

+ Here is the call graph for this function: