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

Method end

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected