MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / begin

Function begin

03.04-twoStepUsing0/main.cpp:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20int* begin(Container) // #B Free-function begin for Container
21{
22 std::cout << "begin(Container)\n";
23 return nullptr;
24}
25
26int* OtherContainer::begin()
27{

Callers 10

UseFunction · 0.70
beginMethod · 0.50
endMethod · 0.50
beginMethod · 0.50
endMethod · 0.50
mainFunction · 0.50
operator<=>Method · 0.50
mainFunction · 0.50
getFunction · 0.50
stlFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected