MCPcopy 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

42struct str_view {
43 Char const* ptr = 0;
44 Char const* begin() const { return ptr; }
45 null_sentinal_t end() const { return {}; }
46};
47int main() {

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected