Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ swap
Method
swap
Libs/fixedpoint/fixed_point.h:464–467 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
462
463
public:
464
CONSTEXPR14 void swap(Fixed & rhs) {
465
using std::swap;
466
swap(data_, rhs.data_);
467
}
468
469
public:
470
base_type data_ = 0;
Callers
nothing calls this directly
Calls
1
swap
Function · 0.50
Tested by
no test coverage detected