Top of document
©Copyright 1999 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


Top of document