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

Class per_request_impl

example/scopes.cpp:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 virtual void dummy() = 0;
19};
20struct per_request_impl : per_request {
21 void dummy() override {}
22};
23struct shared {
24 virtual ~shared() noexcept = default;
25 virtual void dummy() = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected