Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/compute
/ apply
Method
apply
include/boost/compute/lambda/get.hpp:124–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
123
template<class Context, class Arg>
124
static void apply(Context &ctx, const Arg &arg)
125
{
126
dispatch_apply(ctx, arg, typename proto::tag_of<Arg>::type());
127
}
128
};
129
130
} // end detail namespace
Callers
1
BOOST_AUTO_TEST_CASE
Function · 0.45
Calls
no outgoing calls
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.36