STLdoc
STLdocumentation
|
Similar to std::binder2nd, but giving the argument types explicitly. More...
#include <parallel/base.h>
Public Member Functions | |
__binder2nd (const _Operation &__x, const _SecondArgumentType &__y) | |
_ResultType | operator() (const _FirstArgumentType &__x) const |
_ResultType | operator() (_FirstArgumentType &__x) |
Protected Attributes | |
_Operation | _M_op |
_SecondArgumentType | _M_value |
Similar to std::binder2nd, but giving the argument types explicitly.
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |