Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ Use
Function
Use
03.05-twoStepUsing1/main.cpp:21–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
};
20
21
void Use(auto& c)
22
{
23
using std::begin; // #E Bring std::begin in the namespace
24
25
// #F Now both functions are in scope
26
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