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

/external/stlport/stlport/stl/
H A D_function_adaptors.h279 class _Void_mem_fun0_ref : public unary_function<_Tp,void> { class in inherits:unary_function
282 explicit _Void_mem_fun0_ref(__fun_type __f) : _M_f(__f) {} function in class:_Void_mem_fun0_ref
335 typedef _Void_mem_fun0_ref<_Tp> _Ref;

Completed in 24 milliseconds