Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/data61/MP-SPDZ
/ swap
Method
swap
Tools/BitVector.h:135–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
BitVector& operator=(const octetStream other);
134
135
void swap(BitVector& other)
136
{
137
std::swap(nbits, other.nbits);
138
std::swap(nbytes, other.nbytes);
139
std::swap(bytes, other.bytes);
140
}
141
142
class Access
143
{
Callers
1
pinv
Function · 0.80
Calls
1
swap
Function · 0.85
Tested by
no test coverage detected