Personal C Template Library
| Function | Operation | Description |
|---|---|---|
| CLCompareEqualType | Comparison | Checks whether x is equal to y |
| CLCompareNotEqualType | Comparison | Checks whether x is not equal to y |
| CLCompareGreaterType | Comparison | Checks whether x is greater than y |
| CLCompareLessType | Comparison | Checks whether x is less than y |
| CLCompareGreaterEqualType | Comparison | Checks whether x is greater than or equal to y |
| CLCompareLessEqualType | Comparison | Checks whether x is less than or equal to y |
| CLBinarySearchType | Binary search operation on sorted range | Determines if an element exists in a certain range |