Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
int* begin(Container) // #B Free-function begin for Container
21
{
22
std::cout <<
"begin(Container)\n"
;
23
return nullptr;
24
}
25
26
int* OtherContainer::begin()
27
{
Callers
10
Use
Function · 0.70
begin
Method · 0.50
end
Method · 0.50
begin
Method · 0.50
end
Method · 0.50
main
Function · 0.50
operator<=>
Method · 0.50
main
Function · 0.50
get
Function · 0.50
stl
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected