FastLED
3.9.15
Loading...
Searching...
No Matches
◆
set()
[5/5]
template<typename
Key
, typename Allocator = fl::allocator_slab<Key>>
fl::set
<
Key
, Allocator >::set
(
fl::initializer_list<
Key
>
init
)
inline
Definition at line
399
of file
set.h
.
399
{
400
for
(
const
auto
&
elem
:
init
) {
401
insert
(
elem
);
402
}
403
}
fl::set::insert
fl::pair< const_iterator, bool > insert(const Key &key)
Definition
set.h:433
fl::set
Definition
set.h:367
fl
set
Generated on Tue Jun 16 2026 00:07:06 for FastLED by
1.13.2