MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / compareNotEqual

Function compareNotEqual

test/expected/catch.hpp:2300–2300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2298
2299 template<typename LhsT, typename RhsT>
2300 auto compareNotEqual( LhsT const& lhs, RhsT&& rhs ) -> bool { return static_cast<bool>(lhs != rhs); }
2301 template<typename T>
2302 auto compareNotEqual( T* const& lhs, int rhs ) -> bool { return lhs != reinterpret_cast<void const*>( rhs ); }
2303 template<typename T>

Callers 1

operator !=Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected