MCPcopy Create free account
hub / github.com/apache/qpid-proton / value

Method value

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

Source from the content-addressed store, hash-verified

35
36value::value() = default;
37value::value(pn_data_t *d) { data_ = make_wrapper(d); }
38value::value(const value& x) { *this = x; }
39value::value(value&& x) { swap(*this, x); }
40value& value::operator=(value&& x) { swap(*this, x); return *this; }

Callers

nothing calls this directly

Calls 2

make_wrapperFunction · 0.85
swapFunction · 0.70

Tested by

no test coverage detected