FastLED 3.9.15
Loading...
Searching...
No Matches

◆ place_at() [2/2]

template<typename Key, typename Value, typename Equal = fl::SmallMapEqualTo<Key>>
void fl::unordered_map_small< Key, Value, Equal >::place_at ( size_type idx,
value_type && kv )
inlineprivate

Definition at line 138 of file unordered_map_small.h.

138 {
139 mData[idx] = fl::move(kv);
140 mOccupied.set(idx);
141 ++mSize;
142 }
constexpr remove_reference< T >::type && move(T &&t) FL_NOEXCEPT
Definition s16x16x4.h:28

References FL_NOEXCEPT, mData, mOccupied, fl::fl::move(), and mSize.

+ Here is the call graph for this function: