Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ Use
Function
Use
03.06-twoStepUsing2/main.cpp:23–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
};
22
23
void Use(auto& c)
24
{
25
// #G Use ranges
26
std::ranges::begin(c);
27
}
28
29
int main()
30
{
Callers
1
main
Function · 0.70
Calls
1
begin
Function · 0.70
Tested by
no test coverage detected