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

Function swap

src/include/base/cef_scoped_ptr.h:601–603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599// Free functions
600template <class T, class D>
601void swap(scoped_ptr<T, D>& p1, scoped_ptr<T, D>& p2) {
602 p1.swap(p2);
603}
604
605template <class T, class D>
606bool operator==(T* p1, const scoped_ptr<T, D>& p2) {

Callers 2

swapMethod · 0.85
swapMethod · 0.85

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected