Home
last modified time | relevance | path

Searched defs:unary_function (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/compute/functional/
Dlogical.hpp86 struct unary_function struct
88 typedef Arg argument_type;
89 typedef Result result_type;
/third_party/boost/libs/compute/include/boost/compute/functional/
Dlogical.hpp86 struct unary_function struct
88 typedef Arg argument_type;
89 typedef Result result_type;
/third_party/boost/boost/compute/iterator/
Dtransform_iterator.hpp119 typedef UnaryFunction unary_function; typedef in boost::compute::transform_iterator
/third_party/boost/libs/compute/include/boost/compute/iterator/
Dtransform_iterator.hpp119 typedef UnaryFunction unary_function; typedef in boost::compute::transform_iterator
/third_party/boost/boost/
Dfunctional.hpp29 struct unary_function struct
31 typedef Arg1 argument_type;
32 typedef Result result_type;
/third_party/boost/boost/accumulators/numeric/
Dfunctional.hpp53 template<class Arg, class Ret> struct unary_function {}; struct