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

Class Arg1

include/boost/compute/lambda/context.hpp:137–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135
136 // ternary conditional operator
137 template<class Pred, class Arg1, class Arg2>
138 void operator()(proto::tag::if_else_, const Pred &p, const Arg1 &x, const Arg2 &y)
139 {
140 proto::eval(p, *this);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected