MCPcopy Create free account
hub / github.com/BowenFu/matchit.cpp / operator|

Method operator|

develop/matchit/patterns.h:383–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381 public:
382 template <typename Pattern>
383 constexpr auto operator|(Pattern const &p) const
384 {
385 return PatternHelper<Pattern>{p};
386 }
387
388 template <typename T>
389 constexpr auto operator|(T const *p) const

Callers

nothing calls this directly

Calls 1

dsFunction · 0.70

Tested by

no test coverage detected