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

◆ swap() [2/7]

template<typename T1, typename T2>
void fl::swap ( pair< T1, T2 > & lhs,
pair< T1, T2 > & rhs )
noexcept

Definition at line 87 of file pair.h.

87 {
88 lhs.swap(rhs);
89}
void swap(pair &other) noexcept
Definition pair.h:48