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

/external/stlport/stlport/stl/
H A D_function_adaptors.h104 class _Const_mem_fun1_ptr : public binary_function<const _Tp*,_Arg,_Result> { class in inherits:binary_function
107 explicit _Const_mem_fun1_ptr(__fun_type __f) : _M_f(__f) {} function in class:_Const_mem_fun1_ptr
182 typedef _Const_mem_fun1_ptr<_Result,_Tp,_Arg> _Ptr_const;

Completed in 28 milliseconds