Click on the banner to return to the Class Reference home page.

©Copyright 1996 Rogue Wave Software

compare

Summary

A binary function or a function object that returns true or false. compare objects are typically passed as template parameters, and used for ordering elements within a container.

See Also

binary_function, Function Objects