Home
last modified time | relevance | path

Searched defs:binary_function (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/compute/functional/
Dlogical.hpp94 struct binary_function struct
96 typedef Arg1 first_argument_type;
97 typedef Arg2 second_argument_type;
98 typedef Result result_type;
/third_party/boost/libs/compute/include/boost/compute/functional/
Dlogical.hpp94 struct binary_function struct
96 typedef Arg1 first_argument_type;
97 typedef Arg2 second_argument_type;
98 typedef Result result_type;
/third_party/boost/boost/
Dfunctional.hpp36 struct binary_function struct
38 typedef Arg1 first_argument_type;
39 typedef Arg2 second_argument_type;
40 typedef Result result_type;
/third_party/boost/boost/accumulators/numeric/
Dfunctional.hpp56 template<class Left, class Right, class Ret> struct binary_function {}; struct