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

◆ swap() [7/7]

template<typename T>
void fl::swap ( weak_ptr< T > & lhs,
weak_ptr< T > & rhs )
noexcept

Definition at line 197 of file weak_ptr.h.

197 {
198 lhs.swap(rhs);
199}
void swap(weak_ptr &other) noexcept
Definition weak_ptr.h:125