Searched refs:_Void_const_mem_fun1_ptr (Results 1 - 1 of 1) sorted by relevance
/external/stlport/stlport/stl/ | ||
H A D | _function_adaptors.h | 266 class _Void_const_mem_fun1_ptr : public binary_function<const _Tp*,_Arg,void> { class in inherits:binary_function 269 explicit _Void_const_mem_fun1_ptr(__fun_type __f) : _M_f(__f) {} function in class:_Void_const_mem_fun1_ptr 341 typedef _Void_const_mem_fun1_ptr<_Tp,_Arg> _Ptr_const; |
Completed in 384 milliseconds