Sierra Toolkit
Version of the Day
|
#include <functional_eastl.h>
Inherits eastl::binary_function< Argument1, Argument2, Result >.
Public Member Functions | |
pointer_to_binary_function (Result(*pFunction)(Arg1, Arg2)) | |
Result | operator() (Arg1 x, Arg2 y) const |
Protected Attributes | |
Result(* | mpFunction )(Arg1, Arg2) |
This is an adapter template which converts a pointer to a standalone function to a function object. This allows standalone functions to work in many cases where the system requires a function object.
Definition at line 431 of file functional_eastl.h.