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

Method begin

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected