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 151 of file ptr.h.

152 if (referent_ && isOwned()) {
153 referent_->ref();
154 }
155 }
T * referent_
Definition ptr.h:258
bool isOwned() const
Definition ptr.h:250
Definition ptr.h:118

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

+ Here is the call graph for this function: