Standard C++ Library
Copyright 1998, Rogue Wave Software, Inc.
compare
- 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.
binary_function, Function_Objects