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

Function begin

tests/RangeForStmtHandlerTest.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43};
44
45int* begin(A& v)
46{
47 return &v.v[0];
48}
49
50int* end(A& v)
51{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected