| 350 | { |
| 351 | public: |
| 352 | constexpr explicit PatternHelper(Pattern const &pattern) |
| 353 | : mPattern{pattern} {} |
| 354 | template <typename Func> |
| 355 | constexpr auto operator=(Func const &func) |
| 356 | { |
nothing calls this directly
no outgoing calls
no test coverage detected