Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bombela/backward-cpp
/ swap
Method
swap
backward.hpp:3780–3780 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3778
};
3779
3780
void swap(SourceFile &b) { _file.swap(b._file); }
3781
3782
#ifdef BACKWARD_ATLEAST_CXX11
3783
SourceFile(SourceFile &&from) : _file(nullptr) { swap(from); }
Callers
nothing calls this directly
Calls
1
swap
Method · 0.45
Tested by
no test coverage detected