MCPcopy Create free account
hub / github.com/ceph/ceph / release

Method release

src/include/alloc_ptr.h:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 ptr.swap(rhs.ptr);
44 }
45 element_type* release() {
46 return ptr.release();
47 }
48 void reset(element_type *p = nullptr) {
49 ptr.reset(p);
50 }

Callers 5

push_backFunction · 0.45
shareFunction · 0.45
lambdafyFunction · 0.45
push_backFunction · 0.45
shareFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected