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

◆ swap() [11/11]

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

Definition at line 198 of file weak_ptr.h.

198 {
199 lhs.swap(rhs);
200}
void swap(weak_ptr &other) FL_NOEXCEPT
Definition weak_ptr.h:126

References FL_NOEXCEPT.