MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / Arg1

Class Arg1

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

Source from the content-addressed store, hash-verified

170
171 // ternary conditional operator
172 template<class Pred, class Arg1, class Arg2>
173 void operator()(proto::tag::if_else_, const Pred &p, const Arg1 &x, const Arg2 &y)
174 {
175 proto::eval(p, *this);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected