Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Function · 0.45
main
Function · 0.45
DeductionGuideTest.cpp
File · 0.45
Calls
1
size
Method · 0.45
Tested by
2
main
Function · 0.36
main
Function · 0.36