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

◆ swap() [4/7]

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

Definition at line 445 of file shared_ptr.h.

445 {
446 lhs.swap(rhs);
447}
void swap(shared_ptr &other) noexcept
Definition shared_ptr.h:246