MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / a

Class a

test/transform_view.cpp:302–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300TEST_CASE(operator_arrow_in_loop_reference)
301{
302 struct a
303 {
304 int val;
305 };
306 std::vector<a> data{{1}, {2}, {3}};
307 auto view = migraphx::views::transform(data, [](const a& t) -> const a& { return t; });
308 int sum = 0;

Callers 1

annotateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected