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

Method dispatch_apply

include/boost/compute/lambda/get.hpp:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116
117 template<class Context, class Arg>
118 static void dispatch_apply(Context &ctx, const Arg &arg, proto::tag::terminal)
119 {
120 dispatch_apply_terminal(ctx, proto::value(arg));
121 }
122
123 template<class Context, class Arg>
124 static void apply(Context &ctx, const Arg &arg)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected