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

◆ insert()

template<typename Key, typename Hash = Hash<Key>, typename KeyEqual = EqualTo<Key>>
void fl::HashSet< Key, Hash, KeyEqual >::insert ( const Key & key)
inline

Definition at line 21 of file hash_set.h.

21{ Base::insert(key, true); }
void insert(const Key &key, const bool &value)
Definition hash_map.h:200