Standard C++ Library Class Reference

unary_function class makes the task of creating templated unary function objects easier by
providing the necessary typedefs for a unary function object. You can create your own unary
function objects by inheriting from unary_function.
See Also
Function Objects, and Function Objects Section in User's Guide.