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

Method PatternHelper

develop/matchit/patterns.h:352–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350 {
351 public:
352 constexpr explicit PatternHelper(Pattern const &pattern)
353 : mPattern{pattern} {}
354 template <typename Func>
355 constexpr auto operator=(Func const &func)
356 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected