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

Method equal

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

Source from the content-addressed store, hash-verified

1093#endif
1094#endif
1095 equal(Type const &lhs, Type const &rhs)
1096 {
1097 return lhs == rhs;
1098 }
1099 };
1100
1101 template <typename Type>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected