MCPcopy Create free account
hub / github.com/comaps/comaps / ParseValueIfExists

Function ParseValueIfExists

tools/openlr/openlr_model_xml.cpp:85–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83
84template <typename Value>
85bool ParseValueIfExists(pugi::xml_node const & node, Value & value)
86{
87 if (!node)
88 return true;
89 return ValueFromXML(node, value);
90}
91} // namespace
92
93namespace // OpenLR tools and abstractions

Callers 1

Calls 1

ValueFromXMLFunction · 0.85

Tested by

no test coverage detected