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

Class LHS

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

Source from the content-addressed store, hash-verified

125
126 // subscript operator
127 template<class LHS, class RHS>
128 void operator()(proto::tag::subscript, const LHS &lhs, const RHS &rhs)
129 {
130 proto::eval(lhs, *this);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected