MCPcopy Create free account
hub / github.com/FastLED/FastLED / ~weak_ptr

Method ~weak_ptr

src/fl/stl/weak_ptr.h:59–61  ·  view source on GitHub ↗

Destructor

Source from the content-addressed store, hash-verified

57
58 // Destructor
59 ~weak_ptr() FL_NOEXCEPT {
60 release();
61 }
62
63 // Assignment operators
64 weak_ptr& operator=(const weak_ptr& other) FL_NOEXCEPT {

Callers

nothing calls this directly

Calls 1

releaseFunction · 0.85

Tested by

no test coverage detected