FastLED
3.9.15
Loading...
Searching...
No Matches
◆
swap()
[5/7]
template<typename T>
void fl::swap
(
T &
a
,
T &
b
)
Definition at line
706
of file
type_traits.h
.
706
{
707
// if T is a POD, use use a simple data copy swap.
708
// if T is not a POD, use the T::Swap method.
709
swap_impl<T>::apply
(a, b);
710
}
fl::swap_impl
Definition
type_traits.h:689
fl
Generated on Fri Aug 22 2025 20:59:36 for FastLED by
1.13.2