コード例 #1
0
ファイル: cppjson.cpp プロジェクト: burner/cppjson
bool value::operator<(const value& v) const {
	return this->str < v.getString();
}