以下の内容はhttps://blog.systemjp.net/entry/2017/10/19/195818より取得しました。


C++ REST SDK find()で得たイテレータのエラー判定

終端と比較して判断

json::value json;

...

auto ite = json.as_object().find(U("Hoge"));
if ( ite == json.as_object().cend() ) {
	// 見つからなかった
}else{
	// 見つかった!
}



以上の内容はhttps://blog.systemjp.net/entry/2017/10/19/195818より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14