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

137 if (referent_ && isOwned()) {
138 referent_->ref();
139 }
140 }
T * referent_
Definition ptr.h:243
bool isOwned() const
Definition ptr.h:235
Definition ptr.h:102

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

+ Here is the call graph for this function: