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

Method begin

tests/Issue255.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 };
22 template <typename access_type = int>
23 Iterator<access_type> begin() {
24 return {this, 0};
25 }
26 template <typename access_type = int>
27 Iterator<access_type> end() {
28 return {this, m_storage.size()};

Callers 4

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 2

mainFunction · 0.36
mainFunction · 0.36