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

◆ swap() [2/11]

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

Definition at line 551 of file flat_map.h.

552 {
553 lhs.swap(rhs);
554}
void swap(flat_map &other) FL_NOEXCEPT
Definition flat_map.h:379

References FL_NOEXCEPT.