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

Method MatchHelper

include/matchit.h:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 public:
46 template <typename V>
47 constexpr explicit MatchHelper(V &&value) : mValue{std::forward<V>(value)} {}
48 template <typename... PatternPair>
49 constexpr auto operator()(PatternPair const &...patterns)
50 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected