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

Function assign

cpp/src/decoder.cpp:82–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80namespace {
81
82template <class T, class U> void assign(T& x, const U& y) { x = y; }
83void assign(uuid& x, const pn_uuid_t y) { byte_copy(x, y); }
84void assign(decimal32& x, const pn_decimal32_t y) { byte_copy(x, y); }
85void assign(decimal64& x, const pn_decimal64_t y) { byte_copy(x, y); }

Callers 2

decoder.cppFile · 0.85
binaryClass · 0.85

Calls 3

byte_copyFunction · 0.85
binFunction · 0.85
strFunction · 0.70

Tested by

no test coverage detected