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

Function swap

Utilities/cmjsoncpp/include/json/value.h:955–955  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

953};
954
955inline void swap(Value& a, Value& b) { a.swap(b); }
956
957inline const Value& Value::front() const { return *begin(); }
958

Callers 3

swapMethod · 0.50
ValueMethod · 0.50
swapPayloadMethod · 0.50

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…