MCPcopy 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
203void
204Value::CZString::swap( CZString &other )
205{
206 std::swap( cstr_, other.cstr_ );
207 std::swap( index_, other.index_ );
208}
209
210Value::CZString &
211Value::CZString::operator =( const CZString &other )

Callers 1

TickQueuedBlocksMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected