MCPcopy Create free account
hub / github.com/cztomczak/cefpython / swap

Method swap

src/include/base/cef_ref_counted.h:357–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355 }
356
357 void swap(T** pp) {
358 T* p = ptr_;
359 ptr_ = *pp;
360 *pp = p;
361 }
362
363 void swap(scoped_refptr<T>& r) { swap(&r.ptr_); }
364

Callers

nothing calls this directly

Calls 1

swapFunction · 0.85

Tested by

no test coverage detected