|
template<class _Fn1 > |
unary_negate< _Fn1 > | not1 (const _Fn1 &_Func) |
|
template<class _Fn2 > |
binary_negate< _Fn2 > | not2 (const _Fn2 &_Func) |
|
template<class _Fn2 , class _Ty > |
binder1st< _Fn2 > | bind1st (const _Fn2 &_Func, const _Ty &_Left) |
|
template<class _Fn2 , class _Ty > |
binder2nd< _Fn2 > | bind2nd (const _Fn2 &_Func, const _Ty &_Right) |
|
template<class _Arg1 , class _Arg2 , class _Result > |
pointer_to_binary_function< _Arg1, _Arg2, _Result, _Result(__cdecl *)(_Arg1, _Arg2)> | ptr_fun (_Result(__cdecl *_Left)(_Arg1, _Arg2)) |
|
template<class _Result , class _Ty > |
mem_fun_t< _Result, _Ty > | mem_fun (_Result(_Ty::*_Pm)()) |
|
template<class _Result , class _Ty , class _Arg > |
mem_fun1_t< _Result, _Ty, _Arg > | mem_fun (_Result(_Ty::*_Pm)(_Arg)) |
|
template<class _Result , class _Ty > |
const_mem_fun_t< _Result, _Ty > | mem_fun (_Result(_Ty::*_Pm)() const) |
|
template<class _Result , class _Ty , class _Arg > |
const_mem_fun1_t< _Result, _Ty, _Arg > | mem_fun (_Result(_Ty::*_Pm)(_Arg) const) |
|
template<class _Result , class _Ty , class _Arg > |
mem_fun1_t< _Result, _Ty, _Arg > | mem_fun1 (_Result(_Ty::*_Pm)(_Arg)) |
|
template<class _Result , class _Ty > |
mem_fun_ref_t< _Result, _Ty > | mem_fun_ref (_Result(_Ty::*_Pm)()) |
|
template<class _Result , class _Ty , class _Arg > |
mem_fun1_ref_t< _Result, _Ty, _Arg > | mem_fun_ref (_Result(_Ty::*_Pm)(_Arg)) |
|
template<class _Result , class _Ty > |
const_mem_fun_ref_t< _Result, _Ty > | mem_fun_ref (_Result(_Ty::*_Pm)() const) |
|
template<class _Result , class _Ty , class _Arg > |
const_mem_fun1_ref_t< _Result, _Ty, _Arg > | mem_fun_ref (_Result(_Ty::*_Pm)(_Arg) const) |
|
template<class _Result , class _Ty , class _Arg > |
mem_fun1_ref_t< _Result, _Ty, _Arg > | mem_fun1_ref (_Result(_Ty::*_Pm)(_Arg)) |
|