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

◆ swap() [8/11]

template<typename T>
void fl::swap ( T & a,
T & b )

Definition at line 877 of file type_traits.h.

877 {
878 // if T is a POD, use use a simple data copy swap.
879 // if T is not a POD, use the T::Swap method.
881}

References FL_NOEXCEPT.