MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/RTXGI-DDGI / Parse

Function Parse

samples/test-harness/src/Config.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55};
56
57void Parse(ParseLineInfo &data, std::string &result)
58{
59 result = ParseValue(data);
60}
61
62void Parse(ParseLineInfo &data, float &result)
63{

Callers 1

ParseIfExistsFunction · 0.85

Calls 1

ParseValueFunction · 0.85

Tested by

no test coverage detected