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

Class T

example/user_guide/module.cpp:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28//->
29
30struct T {
31 T(std::unique_ptr<i1> i1, std::unique_ptr<i2> i2, int i) : i1_(std::move(i1)), i2_(std::move(i2)), i(i) {}
32
33 std::unique_ptr<i1> i1_;
34 std::unique_ptr<i2> i2_;
35 int i = 0;
36};
37
38// clang-format off
39auto module1 = [] {

Callers 2

example.cppFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected