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

Method dispatch_apply_terminal

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

Source from the content-addressed store, hash-verified

101
102 template<class Context, class Arg>
103 static void dispatch_apply_terminal(Context &ctx, const Arg &arg)
104 {
105 typedef typename make_get_result_type<Context, Arg>::type T;
106
107 proto::eval(arg, ctx);
108 ctx.stream << make_get_suffix<T>::value();
109 }
110
111 template<class Context, int I>
112 static void dispatch_apply_terminal(Context &ctx, placeholder<I>)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected