KeepStudyingAhead
Results
2
issues of
KeepStudyingAhead
请问tutorial08—answer和tutorial09什么时候出呢
Json Json::get_array_element(size_t index) const noexcept { Json ret; ret.v.reset(new json::Value(v->get_array_element(index))); return ret;} 此处获取数组元素为啥不像其他类型一样 return v->get_array_element(index) 呢? 而且修改后会报错: E0312 不存在用户定义的从 "const syo::json::Value" 到 "syo::Json" 的适当转换, 大佬能给我讲解一下吗