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

◆ weak_ptr() [3/6]

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

Definition at line 31 of file weak_ptr.h.

32 if (mControlBlock) {
33 ++mControlBlock->weak_count;
34 }
35 }
detail::ControlBlockBase * mControlBlock
Definition weak_ptr.h:14

References weak_ptr, FL_NOEXCEPT, and mControlBlock.

+ Here is the call graph for this function: