Searched defs:unary_function (Results 1 – 6 of 6) sorted by relevance
86 struct unary_function struct88 typedef Arg argument_type;89 typedef Result result_type;
119 typedef UnaryFunction unary_function; typedef in boost::compute::transform_iterator
29 struct unary_function struct31 typedef Arg1 argument_type;32 typedef Result result_type;
53 template<class Arg, class Ret> struct unary_function {}; struct