如何将TiXmlAttribute转换为C ++向量

时间:2019-05-06 22:05:35

标签: c++ tinyxml

我有一个TiXmlAttribute,其中包含以下信息:

<MyArray Value="[0.0, 1.0, 2.0, 3.0]" />

我的代码显示为:

if ( (std::string)child->Value()  == "MyArray" ) {what should be here???}

如何将其转换为C ++向量?

0 个答案:

没有答案