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

Method end

tests/Issue255.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 }
26 template <typename access_type = int>
27 Iterator<access_type> end() {
28 return {this, m_storage.size()};
29 }
30 std::vector<Widget> m_storage;
31};
32

Callers 3

mainFunction · 0.45
mainFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by 2

mainFunction · 0.36
mainFunction · 0.36