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

◆ weak_ptr() [4/6]

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

Definition at line 39 of file weak_ptr.h.

40 if (mControlBlock) {
41 ++mControlBlock->weak_count;
42 }
43 }
detail::ControlBlockBase * mControlBlock
Definition weak_ptr.h:14

References FL_NOEXCEPT, mControlBlock, and shared_ptr.

+ Here is the call graph for this function: