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

◆ swap()

template<typename T1, typename T2>
void fl::pair< T1, T2 >::swap ( pair< T1, T2 > & other)
inline

Definition at line 50 of file pair.h.

50 {
53 }
void swap(T &a, T &b) FL_NOEXCEPT
Definition s16x16x4.h:877
T1 first
Definition pair.h:16
T2 second
Definition pair.h:17