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

Method begin

tests/EduLifeTimeTest3.cpp:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5 int mData[5]{};
6
7 const int* begin() const { return mData; }
8 const int* end() const { return mData + 1; }
9};
10

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected