| 466 | |
| 467 | template <typename T, typename... BS> |
| 468 | Any ApplicationContext::DefaultComponentHolder< |
| 469 | T, BS...>::create_instance() noexcept { |
| 470 | return Any {::std::unique_ptr<T> {new T}}; |
| 471 | }; |
| 472 | // ApplicationContext::DefaultComponentHolder end |
| 473 | //////////////////////////////////////////////////////////////////////////////// |
| 474 |
nothing calls this directly
no outgoing calls
no test coverage detected