FastLED
3.9.15
Loading...
Searching...
No Matches
◆
reserve()
template<typename
Key
, typename Value, typename Equal = fl::SmallMapEqualTo<Key>>
void
fl::unordered_map_small
<
Key
, Value, Equal >::reserve
(
size_type
n
)
inline
Definition at line
384
of file
unordered_map_small.h
.
384
{
385
mData
.reserve(
n
);
386
if
(
n
>
mOccupied
.size())
mOccupied
.resize(
n
);
387
}
fl::unordered_map_small::mData
vector_type mData
Definition
unordered_map_small.h:105
fl::unordered_map_small::mOccupied
bitset_dynamic mOccupied
Definition
unordered_map_small.h:106
fl::unordered_map_small
Definition
unordered_map_small.h:32
References
FL_NOEXCEPT
,
mData
, and
mOccupied
.
fl
unordered_map_small
Generated on Tue Jun 16 2026 00:07:07 for FastLED by
1.13.2