_Constant_binary_fun< _Result, _Arg1, _Arg2 > Struct Template Reference

#include <_function_base.h>

List of all members.

Public Types

typedef _Arg1 first_argument_type
typedef _Arg2 second_argument_type
typedef _Result result_type

Public Member Functions

 _Constant_binary_fun (const _Result &__v)
const result_typeoperator() (const _Arg1 &, const _Arg2 &) const

Public Attributes

_Result _M_val


Detailed Description

template<class _Result, class _Arg1, class _Arg2>
struct _Constant_binary_fun< _Result, _Arg1, _Arg2 >

Definition at line 183 of file _function_base.h.


Member Typedef Documentation

template<class _Result, class _Arg1, class _Arg2>
typedef _Arg1 _Constant_binary_fun< _Result, _Arg1, _Arg2 >::first_argument_type

Definition at line 184 of file _function_base.h.

template<class _Result, class _Arg1, class _Arg2>
typedef _Arg2 _Constant_binary_fun< _Result, _Arg1, _Arg2 >::second_argument_type

Definition at line 185 of file _function_base.h.

template<class _Result, class _Arg1, class _Arg2>
typedef _Result _Constant_binary_fun< _Result, _Arg1, _Arg2 >::result_type

Definition at line 186 of file _function_base.h.


Constructor & Destructor Documentation

template<class _Result, class _Arg1, class _Arg2>
_Constant_binary_fun< _Result, _Arg1, _Arg2 >::_Constant_binary_fun ( const _Result &  __v  )  [inline]

Definition at line 189 of file _function_base.h.


Member Function Documentation

template<class _Result, class _Arg1, class _Arg2>
const result_type& _Constant_binary_fun< _Result, _Arg1, _Arg2 >::operator() ( const _Arg1 &  ,
const _Arg2 &   
) const [inline]


Member Data Documentation

template<class _Result, class _Arg1, class _Arg2>
_Result _Constant_binary_fun< _Result, _Arg1, _Arg2 >::_M_val


The documentation for this struct was generated from the following file:



Generated on Mon Mar 10 15:32:53 2008 by  doxygen 1.5.1