Searched refs:mem_fun1_ref_t (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
H A D_function_adaptors.h459 class mem_fun1_ref_t : class in inherits:_Mem_fun_traits::_STLP_TEMPLATE_Args1::_Ref
464 explicit mem_fun1_ref_t(typename _Base::__fun_type __f) : _Base(__f) {} function in class:mem_fun1_ref_t
560 class mem_fun1_ref_t : public binary_function<_Tp,_Arg,_Ret> {
563 explicit mem_fun1_ref_t(__fun_type __pf) : _M_f(__pf) {}
667 class mem_fun1_ref_t<void, _Tp, _Arg>
671 explicit mem_fun1_ref_t _STLP_PSPEC3(void,_Tp,_Arg) (__fun_type __pf) : _M_f(__pf) {}
743 inline mem_fun1_ref_t<_Result,_Tp,_Arg>
744 mem_fun_ref(_Result (_Tp::*__f)(_Arg)) { return mem_fun1_ref_t<_Result,_Tp,_Arg>(__f); }
762 inline mem_fun1_ref_t<_Result,_Tp,_Arg>
763 mem_fun1_ref(_Result (_Tp::*__f)(_Arg)) { return mem_fun1_ref_t<_Resul
[all...]

Completed in 214 milliseconds