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.
880
swap_impl<T>::apply
(a, b);
881
}
fl::swap_impl
Definition
type_traits.h:860
References
FL_NOEXCEPT
.
fl
Generated on Tue Jun 16 2026 00:07:04 for FastLED by
1.13.2