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

Method App

develop/matchit/patterns.h:542–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540 {
541 public:
542 constexpr App(Unary &&unary, Pattern const &pattern)
543 : mUnary{std::forward<Unary>(unary)}, mPattern{pattern} {}
544 constexpr auto const &unary() const { return mUnary; }
545 constexpr auto const &pattern() const { return mPattern; }
546

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected