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

/external/stlport/stlport/stl/
H A D_function_adaptors.h318 class _Void_const_mem_fun1_ref : public binary_function<_Tp,_Arg,void> { class in inherits:binary_function
321 explicit _Void_const_mem_fun1_ref(__fun_type __f) : _M_f(__f) {} function in class:_Void_const_mem_fun1_ref
343 typedef _Void_const_mem_fun1_ref<_Tp,_Arg> _Ref_const;

Completed in 54 milliseconds