Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
191
std::string to_string(const value& x) {
192
std::ostringstream os;
193
os << std::boolalpha << x;
194
return os.str();
195
}
196
197
void value::reset(pn_data_t *d) { data_ = make_wrapper(d); }
198
Callers
nothing calls this directly
Calls
1
str
Method · 0.45
Tested by
no test coverage detected