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

Function get

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

Source from the content-addressed store, hash-verified

132// get<N>()
133template<size_t N, class Arg>
134inline typename proto::result_of::make_expr<
135 proto::tag::function, detail::get_func<N>, const Arg&
136>::type const
137get(const Arg &arg)
138{
139 return proto::make_expr<proto::tag::function>(
140 detail::get_func<N>(), ::boost::ref(arg)
141 );
142}
143
144} // end lambda namespace
145} // end compute namespace

Callers 1

get_or_buildMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected