MCPcopy 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
23void Use(auto& c)
24{
25 // #G Use ranges
26 std::ranges::begin(c);
27}
28
29int main()
30{

Callers 1

mainFunction · 0.70

Calls 1

beginFunction · 0.70

Tested by

no test coverage detected