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