| 45 | public: |
| 46 | template <typename V> |
| 47 | constexpr explicit MatchHelper(V &&value) : mValue{std::forward<V>(value)} {} |
| 48 | template <typename... PatternPair> |
| 49 | constexpr auto operator()(PatternPair const &...patterns) |
| 50 | { |
nothing calls this directly
no outgoing calls
no test coverage detected