Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/design-patterns-in-modern-cpp
/ main
Function
main
Structural/Proxy/proxy.cpp:195–204 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
193
}
194
195
int main()
196
{
197
//property_proxy();
198
//smart_pointers();
199
//virtual_proxy();
200
communication_proxy();
201
202
getchar();
203
return 0;
204
}
Callers
nothing calls this directly
Calls
1
communication_proxy
Function · 0.85
Tested by
no test coverage detected