MCPcopy Create free account
hub / github.com/baidu/babylon / create_instance

Method create_instance

src/babylon/application_context.h:468–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466
467template <typename T, typename... BS>
468Any ApplicationContext::DefaultComponentHolder<
469 T, BS...>::create_instance() noexcept {
470 return Any {::std::unique_ptr<T> {new T}};
471};
472// ApplicationContext::DefaultComponentHolder end
473////////////////////////////////////////////////////////////////////////////////
474

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected