Previous: , Up: Fixed Size Data Sequence Interface   [Index]


2.2.1.5 Fixed Size Data Sequence Ordered Library

The ordered library functions perform operations on assumed sorted sequences. They take a comparison method as one of their arguments, one they use to determine how the data operated compares to the sequence keys. The method is expected to return a negative number if the data (as indicated by the method first argument) is less than the sequence element (second argument), 0 if the element is fine and a positive number if the data is greater than the sequence element.


Previous: Fixed Size Data Sequence Library, Up: Fixed Size Data Sequence Interface   [Index]