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

◆ weak_ptr() [2/6]

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

Definition at line 23 of file weak_ptr.h.

24 if (mControlBlock) {
25 ++mControlBlock->weak_count;
26 }
27 }
detail::ControlBlockBase * mControlBlock
Definition weak_ptr.h:14

References weak_ptr, FL_NOEXCEPT, and mControlBlock.

+ Here is the call graph for this function: