Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/di
/ implementation
Class
implementation
example/performance/create_bound_interface.cpp:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
virtual void dummy() = 0;
20
};
21
struct implementation : interface {
22
void dummy() override {}
23
};
24
//->
25
26
auto test() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected