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

Function to_string

cpp/src/url.cpp:271–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271std::string to_string(const url& u) {
272 return u;
273}
274
275std::istream& operator>>(std::istream& i, url& u) {
276 std::string s;

Callers 15

simple_type_testFunction · 0.70
test_user_contextFunction · 0.70
test_delivery_tagFunction · 0.70
null.cppFile · 0.70
url_test.cppFile · 0.70
sequence_testFunction · 0.70
map_testFunction · 0.70
null_testFunction · 0.70
on_connection_openMethod · 0.70
test_tracingFunction · 0.70
test_message_printFunction · 0.70

Calls

no outgoing calls

Tested by 10

simple_type_testFunction · 0.56
test_user_contextFunction · 0.56
test_delivery_tagFunction · 0.56
sequence_testFunction · 0.56
map_testFunction · 0.56
null_testFunction · 0.56
on_connection_openMethod · 0.56
test_tracingFunction · 0.56
test_message_printFunction · 0.56