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

Function compareNotEqual

unittests/catch.hpp:1362–1362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1360
1361 template<typename LhsT, typename RhsT>
1362 auto compareNotEqual( LhsT const& lhs, RhsT&& rhs ) -> bool { return static_cast<bool>(lhs != rhs); }
1363 template<typename T>
1364 auto compareNotEqual( T* const& lhs, int rhs ) -> bool { return lhs != reinterpret_cast<void const*>( rhs ); }
1365 template<typename T>

Callers 1

operator !=Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected