|
Sierra Toolkit
Version of the Day
|
#include <functional_eastl.h>
Inherits eastl::binary_function< Argument1, Argument2, Result >.
Const member function with one argument. Note that we inherit from unary_function<const T*, Result> instead of what the C++ standard specifies: unary_function<T*, Result>. The C++ standard is in error and this has been recognized by the defect group.
Definition at line 562 of file functional_eastl.h.