Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ swap
Method
swap
lib/jsoncpp/src/lib_json/json_value.cpp:203–208 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
201
}
202
203
void
204
Value::CZString::swap( CZString &other )
205
{
206
std::swap( cstr_, other.cstr_ );
207
std::swap( index_, other.index_ );
208
}
209
210
Value::CZString &
211
Value::CZString::operator =( const CZString &other )
Callers
1
TickQueuedBlocks
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected