标签: c++ tinyxml
我有一个TiXmlAttribute,其中包含以下信息:
<MyArray Value="[0.0, 1.0, 2.0, 3.0]" />
我的代码显示为:
if ( (std::string)child->Value() == "MyArray" ) {what should be here???}
如何将其转换为C ++向量?