MCPcopy Create free account
hub / github.com/AllentDan/LibtorchTutorials / DoubleValue

Method DoubleValue

lesson7-Detection/src/utils/tinyxml.cpp:1277–1280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1275}
1276
1277double TiXmlAttribute::DoubleValue() const
1278{
1279 return atof (value.c_str ());
1280}
1281
1282
1283TiXmlComment::TiXmlComment( const TiXmlComment& copy ) : TiXmlNode( TiXmlNode::TINYXML_COMMENT )

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected