我一直在尝试为自己的数据类型实现yaml cpp的一些转换结构。 ... std::string type; if(rhs->type == 0) { type = "node"; } else if(rhs->type == 1) ...
確定! 回上一頁