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

/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/function_objects/binders/
H A D1.cc32 void f_void_void() {} function in struct:s
39 mem_fun_t<void, s> p1(&s::f_void_void);
48 (mem_fun(&s::f_void_void))(&a);
53 mem_fun_ref_t<void, s> ref1(&s::f_void_void);
65 (mem_fun_ref(&s::f_void_void))(a);

Completed in 75 milliseconds