Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ to_string
Function
to_string
cpp/src/scalar_base.cpp:169–173 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
167
} // internal
168
169
std::string to_string(const scalar_base& x) {
170
std::ostringstream os;
171
os << std::boolalpha << x;
172
return os.str();
173
}
174
175
} // proton
Callers
nothing calls this directly
Calls
1
str
Method · 0.45
Tested by
no test coverage detected