|
kaycxx-assert
C++ assertion library
|
Asserts that the actual value is greater than or equal to the expected value.
The value type must provide a complete ordering. Raw pointers are intentionally rejected because relational pointer operators compare addresses, not pointed-to values.
Use this when equality is also acceptable.