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
); }
fl::HashMap< Key, bool, Hash, KeyEqual >::insert
void insert(const Key &key, const bool &value)
Definition
hash_map.h:200
fl::HashSet
Definition
hash_set.h:12
fl
HashSet
Generated on Sat May 24 2025 22:44:25 for FastLED by
1.13.2