MCPcopy Create free account
hub / github.com/boost-ext/di / implementation1

Class implementation1

example/bindings.cpp:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 virtual ~interface2() noexcept = default;
23};
24struct implementation1 : interface1 {};
25struct implementation1_2 : interface1 {};
26struct implementation2 : interface2 {};
27auto some_name = [] {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected