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

Class implementation

example/pool_provider.cpp:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 virtual ~interface() noexcept = default;
54};
55struct implementation : interface {};
56
57/*<example `pool allocator`>*/
58struct pool_allocator {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected