Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ begin
Method
begin
tests/RangeForStmtHandler3Test.cpp:44–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
struct str_view {
43
Char const* ptr = 0;
44
Char const* begin() const { return ptr; }
45
null_sentinal_t end() const { return {}; }
46
};
47
int main() {
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected