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

Method begin

src/armnnUtils/test/TransformIteratorTest.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 struct WrapperStringClass
47 {
48 TransformIterator<decltype(&concat), std::vector<std::string>::const_iterator> begin() const
49 {
50 return { m_Vec.begin(), &concat };
51 }
52
53 TransformIterator<decltype(&concat), std::vector<std::string>::const_iterator> end() const
54 {

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected