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

◆ reset()

template<typename T>
void fl::weak_ptr< T >::reset ( )
inlinenoexcept

Definition at line 119 of file weak_ptr.h.

119 {
120 release();
121 ptr_ = nullptr;
122 control_block_ = nullptr;
123 }
detail::ControlBlockBase * control_block_
Definition weak_ptr.h:13
void release()
Definition weak_ptr.h:183

References control_block_, ptr_, and release().

+ Here is the call graph for this function: