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

/external/stlport/stlport/stl/
H A D_function_adaptors.h441 class mem_fun1_t : class in inherits:_Mem_fun_traits::_STLP_TEMPLATE_Args1::_Ptr
446 explicit mem_fun1_t(typename _Base::__fun_type __f) : _Base(__f) {} function in class:mem_fun1_t
539 class mem_fun1_t : public binary_function<_Tp*,_Arg,_Ret> {
542 explicit mem_fun1_t(__fun_type __pf) : _M_f(__pf) {}
646 class mem_fun1_t<void, _Tp, _Arg> : public binary_function<_Tp*,_Arg,void> {
649 explicit mem_fun1_t _STLP_PSPEC3(void,_Tp,_Arg) (__fun_type __pf) : _M_f(__pf) {}
735 inline mem_fun1_t<_Result,_Tp,_Arg>
736 mem_fun(_Result (_Tp::*__f)(_Arg)) { return mem_fun1_t<_Result,_Tp,_Arg>(__f); }
754 inline mem_fun1_t<_Result,_Tp,_Arg>
755 mem_fun1(_Result (_Tp::*__f)(_Arg)) { return mem_fun1_t<_Resul
[all...]

Completed in 125 milliseconds