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

Method begin

tests/RangeForStmtHandlerTest.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30
31 int* begin()
32 {
33 return &v[0];
34 }
35
36 int* end()
37 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected