Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ end
Method
end
tests/Issue238_2.cpp:9–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
public:
8
int* begin() { return size>0 ? &data[0] : nullptr; }
9
int* end() { return size>0 ? &data[size-1] : nullptr; }
10
};
11
12
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected