Converts the node to a YAML string. Source: std::string Dump(const Node& node) { Emitter emitter; emitter << node; return emitter.c_str();}
確定! 回上一頁