Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ reset
Method
reset
dlib/smart_pointers/weak_ptr.h:153–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
}
152
153
void reset(
154
)
155
{
156
weak_ptr().swap(*this);
157
}
158
159
void swap(
160
weak_ptr<T>& b
Callers
nothing calls this directly
Calls
2
weak_ptr
Class · 0.70
swap
Method · 0.45
Tested by
no test coverage detected