![]() |
TerraForge3D
2.3.1
3D Terrain And Landscape Generator
|
|
friend |
comparison: greater than or equal
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 |
@complexity Linear.
@exceptionsafety No-throw guarantee: this function never throws exceptions.
@liveexample{The example demonstrates comparing several JSON types.,operator__greaterequal}
Definition at line 24448 of file json.hpp.