_Constant_binary_fun Struct Reference

struct _Constant_binary_fun
Public Member Functions
_Constant_binary_fun(const _Result &)
const result_type &operator()(const _Arg1 &, const _Arg2 &)
Public Member Type Definitions
typedef_Arg1 first_argument_type
typedef_Result result_type
typedef_Arg2 second_argument_type
Public Attributes
_Result_M_val

Constructor & Destructor Documentation

_Constant_binary_fun(const _Result &)

_Constant_binary_fun(const _Result &__v)[inline]

Parameters

const _Result & __v

Member Functions Documentation

operator()(const _Arg1 &, const _Arg2 &)

const result_type &operator()(const _Arg1 &,
const _Arg2 &
)const [inline]

Parameters

const _Arg1 &
const _Arg2 &

Member Type Definitions Documentation

Typedef first_argument_type

typedef _Arg1first_argument_type

Typedef result_type

typedef _Resultresult_type

Typedef second_argument_type

typedef _Arg2second_argument_type

Member Data Documentation

_Result _M_val

_Result_M_val