Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AllentDan/LibtorchTutorials
/ IntValue
Method
IntValue
lesson7-Detection/src/utils/tinyxml.cpp:1272–1275 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1270
}
1271
1272
int TiXmlAttribute::IntValue() const
1273
{
1274
return atoi (value.c_str ());
1275
}
1276
1277
double TiXmlAttribute::DoubleValue() const
1278
{
Callers
nothing calls this directly
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected