MCPcopy Create free account
hub / github.com/RenderKit/oidn / compareNotEqual

Function compareNotEqual

external/catch.hpp:2325–2325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2323
2324 template<typename LhsT, typename RhsT>
2325 auto compareNotEqual( LhsT const& lhs, RhsT&& rhs ) -> bool { return static_cast<bool>(lhs != rhs); }
2326 template<typename T>
2327 auto compareNotEqual( T* const& lhs, int rhs ) -> bool { return lhs != reinterpret_cast<void const*>( rhs ); }
2328 template<typename T>

Callers 1

operator !=Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected