Inheritance diagram for __gnu_cxx::_Constant_binary_fun< _Result, _Arg1, _Arg2 >:

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_type & | operator() (const _Arg1 &, const _Arg2 &) const |
Public Attributes | |
| _Result | _M_val |
Definition at line 271 of file ext/functional.
| typedef _Arg1 __gnu_cxx::_Constant_binary_fun< _Result, _Arg1, _Arg2 >::first_argument_type |
Definition at line 273 of file ext/functional.
| typedef _Result __gnu_cxx::_Constant_binary_fun< _Result, _Arg1, _Arg2 >::result_type |
Definition at line 275 of file ext/functional.
| typedef _Arg2 __gnu_cxx::_Constant_binary_fun< _Result, _Arg1, _Arg2 >::second_argument_type |
Definition at line 274 of file ext/functional.
| __gnu_cxx::_Constant_binary_fun< _Result, _Arg1, _Arg2 >::_Constant_binary_fun | ( | const _Result & | __v | ) | [inline] |
Definition at line 278 of file ext/functional.
| const result_type& __gnu_cxx::_Constant_binary_fun< _Result, _Arg1, _Arg2 >::operator() | ( | const _Arg1 & | , | |
| const _Arg2 & | ||||
| ) | const [inline] |
Definition at line 281 of file ext/functional.
References __gnu_cxx::_Constant_binary_fun< _Result, _Arg1, _Arg2 >::_M_val.
| _Result __gnu_cxx::_Constant_binary_fun< _Result, _Arg1, _Arg2 >::_M_val |
Definition at line 276 of file ext/functional.
Referenced by __gnu_cxx::_Constant_binary_fun< _Result, _Arg1, _Arg2 >::operator()().
1.4.7