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

Class RHS

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

Source from the content-addressed store, hash-verified

160
161 // subscript operator
162 template<class LHS, class RHS>
163 void operator()(proto::tag::subscript, const LHS &lhs, const RHS &rhs)
164 {
165 proto::eval(lhs, *this);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected