Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/di
/ shared_impl
Class
shared_impl
example/scopes.cpp:27–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
virtual void dummy() = 0;
26
};
27
struct shared_impl : shared {
28
void dummy() override {}
29
};
30
//->
31
32
struct example {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected