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

Method begin

tests/Issue255_2.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18 template <typename access_type = int>
19 Iterator<access_type> begin() {
20 return {this, 2};
21 }
22
23 template <typename access_type = int>
24 Iterator<access_type> end() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected