MCPcopy Create free account
hub / github.com/HelenOS/helenos / weak_ptr

Method weak_ptr

uspace/lib/cpp/include/__bits/memory/weak_ptr.hpp:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 */
54
55 constexpr weak_ptr() noexcept
56 : payload_{}
57 { /* DUMMY BODY */ }
58
59 template<class U>
60 weak_ptr(

Callers

nothing calls this directly

Calls 1

increment_weakMethod · 0.80

Tested by

no test coverage detected