MCPcopy Create free account
hub / github.com/Kitware/VTK / swap

Function swap

ThirdParty/jsoncpp/vtkjsoncpp/json/json.h:1494–1494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1492};
1493
1494inline void swap(Value& a, Value& b) { a.swap(b); }
1495
1496inline const Value& Value::front() const { return *begin(); }
1497

Callers 3

swapMethod · 0.50
ValueMethod · 0.50
swapPayloadMethod · 0.50

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected