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

◆ Ptr() [4/6]

template<typename T>
fl::Ptr< T >::Ptr ( const Ptr< T > & other)
inline

Definition at line 39 of file ptr_impl.h.

40 if (referent_ && isOwned()) {
41 referent_->ref();
42 }
43}
T * referent_
Definition ptr.h:184
bool isOwned() const
Definition ptr.h:180
Definition ptr.h:114

References Ptr(), isOwned(), and referent_.

+ Here is the call graph for this function: