Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
600
template <class T, class D>
601
void swap(scoped_ptr<T, D>& p1, scoped_ptr<T, D>& p2) {
602
p1.swap(p2);
603
}
604
605
template <class T, class D>
606
bool operator==(T* p1, const scoped_ptr<T, D>& p2) {
Callers
2
swap
Method · 0.85
swap
Method · 0.85
Calls
1
swap
Method · 0.45
Tested by
no test coverage detected