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

Method to_string

examples/so-1/example_so1.cpp:14–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 double y;
13
14 std::string to_string() const
15 {
16 return
17 "{x:"+std::to_string(x)+
18 ", y:"+std::to_string(y)+
19 "}";
20 }
21};
22
23struct MyMiddleCost

Callers 1

SO_report_generationFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected