Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
move
Function · 0.85
increment
Method · 0.80
expired
Method · 0.45
lock
Method · 0.45
get
Method · 0.45
release
Method · 0.45
Tested by
no test coverage detected