MCPcopy 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
14void Use(auto& c)
15{
16 begin(c); // #D Call ::begin(Container)
17 std::begin(c); // #E Call STL std::begin
18}
19
20int* begin(Container) // #B Free-function begin for Container
21{

Callers 1

mainFunction · 0.70

Calls 1

beginFunction · 0.70

Tested by

no test coverage detected