FastLED
3.9.15
Loading...
Searching...
No Matches
◆
swap()
template<typename T1, typename T2>
void
fl::pair
< T1, T2 >::swap
(
pair
< T1, T2 > &
other
)
inline
noexcept
Definition at line
48
of file
pair.h
.
48
{
49
fl::swap
(
first
,
other
.
first
);
50
fl::swap
(
second
,
other
.
second
);
51
}
fl::swap
void swap(array< T, N > &lhs, array< T, N > &rhs) noexcept(noexcept(lhs.swap(rhs)))
Definition
array.h:156
fl::pair::first
T1 first
Definition
pair.h:14
fl::pair::second
T2 second
Definition
pair.h:15
fl::pair
Definition
pair.h:9
fl
pair
Generated on Fri Aug 22 2025 20:59:36 for FastLED by
1.13.2