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

◆ weak_ptr() [1/6]

template<typename T>
fl::weak_ptr< T >::weak_ptr ( )
inline

Definition at line 20 of file weak_ptr.h.

20: mPtr(nullptr), mControlBlock(nullptr) {}
detail::ControlBlockBase * mControlBlock
Definition weak_ptr.h:14

References FL_NOEXCEPT, mControlBlock, and mPtr.