MCPcopy 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
21void 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
29int main()
30{

Callers 1

mainFunction · 0.70

Calls 1

beginFunction · 0.70

Tested by

no test coverage detected