为什么operator = for Json :: Value?

时间:2018-05-23 00:32:27

标签: c++ jsoncpp

示例:

undefined

代替

std::string strJson = R"({"foo": "bar"})";
Json::Value root = strJson; // if it implement operator=(std::string&)

我认为前者比后者方便。

为什么运算符=不适用于Json :: Value?

0 个答案:

没有答案