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

Class direct

example/example.cpp:113–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111};
112
113class direct {
114 public:
115 direct(const uniform &uniform, std::shared_ptr<interface> sp) : uniform_(uniform), sp_(sp) {}
116
117 const uniform &uniform_;
118 std::shared_ptr<interface> sp_;
119};
120
121class example {
122 public:

Callers 1

example.cppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected