FastLED
3.9.15
Loading...
Searching...
No Matches
◆
insert()
[4/6]
template<typename
Key
, typename Value, typename Less = fl::less<Key>>
iterator
fl::flat_map
<
Key
, Value, Less >::insert
(
const_iterator
,
value_type
&&
value
)
inline
Definition at line
285
of file
flat_map.h
.
285
{
286
return
insert
(
fl::move
(
value
)).first;
287
}
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