MCPcopy 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

70struct 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

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected