MCPcopy Create free account
hub / github.com/d99kris/rapidcsv / MyStruct

Class MyStruct

examples/ex009.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17struct MyStruct
18{
19 int val = 0;
20};
21
22void ConvMyStruct(const std::string& pStr, MyStruct& pVal)
23{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected