| 248 | |
| 249 | template <typename Pattern> |
| 250 | constexpr void processId(Pattern const &pattern, int32_t depth, |
| 251 | IdProcess idProcess) |
| 252 | { |
| 253 | PatternTraits<Pattern>::processIdImpl(pattern, depth, idProcess); |
| 254 | } |
| 255 | |
| 256 | template <typename Tuple> |
| 257 | class Variant; |
no outgoing calls
no test coverage detected