Searched defs:Exact_match (Results 1 – 1 of 1) sorted by relevance
1530 template <typename SubPattern_t> struct Exact_match { struct1533 Exact_match(const SubPattern_t &SP) : SubPattern(SP) {} in Exact_match() argument1542 template <typename T> inline Exact_match<T> m_Exact(const T &SubPattern) { in m_Exact() argument