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

Class Struct

tests/test063.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14struct Struct
15{
16 int val = 0;
17};
18
19void ToStruct(const std::string& pStr, Struct& pVal)
20{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected