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

◆ swap() [3/11]

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

Definition at line 365 of file flat_set.h.

366 {
367 lhs.swap(rhs);
368}
void swap(flat_set &other) FL_NOEXCEPT
Definition flat_set.h:302

References FL_NOEXCEPT.