| 37 | public: |
| 38 | template <typename V> |
| 39 | constexpr explicit MatchHelper(V &&value) : mValue{std::forward<V>(value)} {} |
| 40 | template <typename... PatternPair> |
| 41 | constexpr auto operator()(PatternPair const &...patterns) |
| 42 | { |
nothing calls this directly
no outgoing calls
no test coverage detected