And then I am trying to parse it like this using C++ and YAML-CPP: for (const auto & p : node["my_list"]) { std::cout << p.IsMap() << std::endl; YAML::Node ...
確定! 回上一頁