Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/di
/ create
Method
create
include/boost/di/scopes/instance.hpp:69–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
68
template <class, class, class TProvider>
69
auto create(const TProvider&) const noexcept {
70
return wrappers::unique<instance, TGiven>{object_};
71
}
72
73
TGiven object_;
74
};
Callers
1
create
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected