MCPcopy 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_ptrClass · 0.70
swapMethod · 0.45

Tested by

no test coverage detected