FastLED
3.9.15
Loading...
Searching...
No Matches
◆
insert()
[3/6]
template<typename
Key
, typename Value, typename Less = fl::less<Key>>
iterator
fl::flat_map
<
Key
, Value, Less >::insert
(
const_iterator
,
const
value_type
&
value
)
inline
Definition at line
281
of file
flat_map.h
.
281
{
282
return
insert
(
value
).first;
283
}
fl::flat_map::insert
fl::pair< iterator, bool > insert(const value_type &value) FL_NOEXCEPT
Definition
flat_map.h:251
fl::flat_map
Definition
flat_map.h:29
fl
flat_map
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2