Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ Use
Function
Use
03.04-twoStepUsing0/main.cpp:14–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
};
13
14
void Use(auto& c)
15
{
16
begin(c); // #D Call ::begin(Container)
17
std::begin(c); // #E Call STL std::begin
18
}
19
20
int* begin(Container) // #B Free-function begin for Container
21
{
Callers
1
main
Function · 0.70
Calls
1
begin
Function · 0.70
Tested by
no test coverage detected