Home
last modified time | relevance | path

Searched refs:_Void_mem_fun1_ptr (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_function_adaptors.h240 class _Void_mem_fun1_ptr : public binary_function<_Tp*,_Arg,void> {
243 explicit _Void_mem_fun1_ptr(__fun_type __f) : _M_f(__f) {} in _Void_mem_fun1_ptr() function
340 typedef _Void_mem_fun1_ptr<_Tp,_Arg> _Ptr;