Searched defs:pointer_to_unary_procedure (Results 1 - 1 of 1) sorted by relevance

/external/stlport/test/unit/
H A Dfadapter.h46 class pointer_to_unary_procedure /* :public unary_function<Arg, __void_tag> */ { class
52 pointer_to_unary_procedure() {} function in class:pointer_to_unary_procedure
53 pointer_to_unary_procedure(fun_type x) : ptr(x) {} function in class:pointer_to_unary_procedure
58 inline pointer_to_unary_procedure<Arg> ptr_proc(void (*x)(Arg)) {
59 return pointer_to_unary_procedure<Arg>(x);

Completed in 91 milliseconds