Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/di
/ i1
Class
i1
example/user_guide/module.cpp:14–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
namespace di = boost::di;
13
14
struct i1 {
15
virtual ~i1() noexcept = default;
16
virtual void dummy1() = 0;
17
};
18
struct i2 {
19
virtual ~i2() noexcept = default;
20
virtual void dummy2() = 0;
Callers
3
T
Class · 0.70
annotations1
Class · 0.50
annotations3
Class · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected