MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / compareNotEqual

Function compareNotEqual

Bcore/src/main/cpp/Dobby/tests/catch.hpp:1264–1266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1262}
1263
1264template <typename LhsT, typename RhsT> auto compareNotEqual(LhsT const &lhs, RhsT &&rhs) -> bool {
1265 return static_cast<bool>(lhs != rhs);
1266}
1267template <typename T> auto compareNotEqual(T *const &lhs, int rhs) -> bool {
1268 return lhs != reinterpret_cast<void const *>(rhs);
1269}

Callers 1

operator!=Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected