| 93 | |
| 94 | template <typename... Args> |
| 95 | auto operator()(Args&&... args) |
| 96 | { |
| 97 | return _bench_result(std::forward<Args>(args)...); |
| 98 | } |
| 99 | |
| 100 | private: |
| 101 | template <typename... Args> |
nothing calls this directly
no outgoing calls
no test coverage detected