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

Method begin

tests/RangeForStmtHandler4Test.cpp:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9public:
10 int* begin() { return size>0 ? &data[0] : nullptr; }
11 int* end() { return size>0 ? &data[size-1] : nullptr; }
12};
13

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected