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

Method begin

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected