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

Method equal

develop/matchit/patterns.h:788–791  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

786#endif
787#endif
788 equal(Type const &lhs, Type const &rhs)
789 {
790 return lhs == rhs;
791 }
792 };
793
794 template <typename Type>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected