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

◆ apply()

template<typename T>
static void fl::swap_impl< T, false >::apply ( T & a,
T & b )
inlinestatic

Definition at line 693 of file type_traits.h.

693 {
694 T tmp = fl::move(a);
695 a = fl::move(b);
696 b = fl::move(tmp);
697 }
constexpr remove_reference< T >::type && move(T &&t) noexcept
Definition move.h:27

References fl::move().

+ Here is the call graph for this function: