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

Function to_string

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

Source from the content-addressed store, hash-verified

189}
190
191std::string to_string(const value& x) {
192 std::ostringstream os;
193 os << std::boolalpha << x;
194 return os.str();
195}
196
197void value::reset(pn_data_t *d) { data_ = make_wrapper(d); }
198

Callers

nothing calls this directly

Calls 1

strMethod · 0.45

Tested by

no test coverage detected