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

◆ operator=() [2/4]

template<typename T>
template<typename Y>
shared_ptr & fl::shared_ptr< T >::operator= ( const shared_ptr< Y > & other)
inline

Definition at line 197 of file shared_ptr.h.

197 {
198 reset();
199 ptr_ = other.ptr_;
201 acquire();
202 return *this;
203 }
void reset() noexcept
Definition shared_ptr.h:223
detail::ControlBlockBase * control_block_
Definition shared_ptr.h:109

References shared_ptr, acquire(), control_block_, ptr_, and reset().

+ Here is the call graph for this function: