| 31 | { |
| 32 | template <typename TGpu_Shell, typename ...TArgs> |
| 33 | static std::pair<Poco::UInt64, Poco::UInt64> run(TArgs&&... args) |
| 34 | { |
| 35 | return TAlgorithm::run(std::forward<TArgs&&>(args)...); |
| 36 | } |
| 37 | }; |
| 38 | } |
nothing calls this directly
no outgoing calls
no test coverage detected