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

Class I

benchmark/bind_interface/dicpp.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12#include <di/constructor.hpp>
13
14struct I {
15 virtual ~I() noexcept = default;
16 virtual void dummy() = 0;
17};
18struct Impl : I {
19 DI_CONSTRUCTOR(Impl, ()) {}
20 void dummy() override {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected