MCPcopy Create free account
hub / github.com/boostorg/compute / binary_function

Class binary_function

include/boost/compute/functional/logical.hpp:94–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92/// \internal_
93template<class Arg1, class Arg2, class Result>
94struct binary_function
95{
96 typedef Arg1 first_argument_type;
97 typedef Arg2 second_argument_type;
98 typedef Result result_type;
99};
100
101/// \internal_
102template<class Arg1, class Arg2, class Arg3, class Result>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected