MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / end

Method end

tests/RangeForStmtHandlerTest.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 }
35
36 int* end()
37 {
38 return &v[10];
39 }
40
41
42 int v[10];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected