Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daniele77/cli
/ to_string
Method
to_string
examples/complete.cpp:72–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
struct Bar
71
{
72
string to_string() const { return std::to_string(value); }
73
friend istream & operator >> (istream &in, Bar& p);
74
int value;
75
};
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected