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

◆ swap() [10/11]

template<typename Key, typename Value, typename Equal>
void fl::swap ( unordered_map_small< Key, Value, Equal > & lhs,
unordered_map_small< Key, Value, Equal > & rhs )

Definition at line 474 of file unordered_map_small.h.

475 {
476 lhs.swap(rhs);
477}
void swap(unordered_map_small &other) FL_NOEXCEPT

References FL_NOEXCEPT.