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

Method shared_ptr

uspace/lib/cpp/include/__bits/memory/shared_ptr.hpp:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 */
74
75 constexpr shared_ptr() noexcept
76 : payload_{}, data_{}
77 { /* DUMMY BODY */ }
78
79 template<class U>
80 explicit shared_ptr(

Callers

nothing calls this directly

Calls 6

moveFunction · 0.85
incrementMethod · 0.80
expiredMethod · 0.45
lockMethod · 0.45
getMethod · 0.45
releaseMethod · 0.45

Tested by

no test coverage detected