|
JSON for Modern C++
3.0
|
|
friend |
Compares whether one JSON value lhs is greater than or equal to another JSON value by calculating not (lhs < rhs).
| [in] | lhs | first JSON value to consider |
| [in] | rhs | second JSON value to consider |