FastLED
3.9.15
Loading...
Searching...
No Matches
◆
swap()
[2/2]
template<typename T>
void fl::swap
(
T &
a
,
T &
b
)
Definition at line
428
of file
type_traits.h
.
428
{
429
// if T is a POD, use use a simple data copy swap.
430
// if T is not a POD, use the T::Swap method.
431
swap_impl<T>::apply
(a, b);
432
}
fl::swap_impl
Definition
type_traits.h:411
fl
Generated on Sat May 24 2025 22:44:24 for FastLED by
1.13.2