|
kaycxx-assert
C++ assertion library
|
Asserts that the actual value is less than 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 the strict < relation is the behavior you want to assert.