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

Method MatchHelper

develop/matchit/core.h:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected