MCPcopy Create free account
hub / github.com/Arash-codedev/openGA / to_string

Method to_string

examples/so-bind/example_bind.cpp:19–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 double y;
18
19 std::string to_string() const
20 {
21 return
22 "{x:"+std::to_string(x)+
23 ", y:"+std::to_string(y)+
24 "}";
25 }
26};
27
28struct MyMiddleCost

Callers 1

SO_report_generationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected