MCPcopy Create free account
hub / github.com/covscript/covscript / match

Method match

include/covscript/core/cni.hpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47 template <typename T>
48 static constexpr bool match(T *)
49 {
50 return false;
51 }
52
53 template <typename T>
54 static constexpr bool match(matcher<T, &T::operator()> *)

Callers 2

match_grammarMethod · 0.45
process_char_buffMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected