FastLED
3.9.15
Loading...
Searching...
No Matches
◆
operator[]()
[2/2]
template<typename
Key
, typename Value, size_t N>
const Value &
fl::FixedMap
<
Key
, Value, N >::operator[]
(
const
Key
&
key
)
const
inline
Definition at line
185
of file
map.h
.
185
{
186
const_iterator
it
=
find
(
key
);
187
if
(
it
!=
end
()) {
188
return
it
->second;
189
}
190
static
Value
default_value
;
191
return
default_value
;
192
}
fl::FixedMap::end
iterator end()
Definition
map.h:44
fl::FixedMap::find
iterator find(const Key &key)
Definition
map.h:54
fl::FixedMap::const_iterator
VectorType::const_iterator const_iterator
Definition
map.h:35
fl::FixedMap
Definition
map.h:29
fl
FixedMap
Generated on Fri Apr 18 2025 03:39:32 for FastLED by
1.13.2