FastLED
3.9.15
Loading...
Searching...
No Matches
◆
emplace_hint()
template<typename
Key
, typename Value, typename Less = fl::less<Key>>
template<typename... Args>
iterator
fl::flat_map
<
Key
, Value, Less >::emplace_hint
(
const_iterator
hint
,
Args &&...
args
)
inline
Definition at line
328
of file
flat_map.h
.
328
{
329
value_type
value
(
fl::forward<Args>
(
args
)...);
330
return
insert
(
hint
,
fl::move
(
value
));
331
}
fl::flat_map::value_type
fl::pair< Key, Value > value_type
Definition
flat_map.h:35
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::value
constexpr int type_rank< T >::value
Definition
static_constexpr_defs.cpp.hpp:82
fl
flat_map
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2