MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / value

Method value

src/value.cpp:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86};
87
88value::value(const value& rhs) : x(rhs.x ? rhs.x->clone() : nullptr), key(rhs.key) {}
89value& value::operator=(value rhs)
90{
91 std::swap(rhs.x, x);

Callers 4

value_from_jsonFunction · 0.45
applyMethod · 0.45
applyMethod · 0.45

Calls 6

set_vectorFunction · 0.85
cloneMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45
emptyMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected