MCPcopy Create free account
hub / github.com/ARM-software/armnn / end

Method end

src/armnnUtils/test/TransformIteratorTest.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 TransformIterator<decltype(&concat), std::vector<std::string>::const_iterator> end() const
54 {
55 return { m_Vec.end(), &concat };
56 }
57
58 const std::vector<std::string> m_Vec{"a", "b", "c"};
59 };

Callers

nothing calls this directly

Calls 1

endMethod · 0.45

Tested by

no test coverage detected