FastLED
3.9.15
Loading...
Searching...
No Matches
◆
front()
[2/2]
template<typename
Key
, typename Value, typename Less = fl::less<Key>>
value_type
&
fl::flat_map
<
Key
, Value, Less >::front
(
)
inline
Definition at line
390
of file
flat_map.h
.
390
{
391
FASTLED_ASSERT
(!
empty
(),
"flat_map::front() on empty map"
);
392
return
mData
.front();
393
}
fl::flat_map::mData
vector_type mData
Definition
flat_map.h:51
fl::flat_map::empty
bool empty() const FL_NOEXCEPT
Definition
flat_map.h:97
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