CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
System::detail::has_no_operator_equal< T, U > Struct Template Reference

Checks whether operator == not defined neither for T, not for U types. Can be used in std::enable_if. More...

#include <detail.h>

Inherits std::integral_constant< bool, !has_operator_equal< T >::value &&!has_operator_equal< U >::value >.

Detailed Description

template<class T, class U>
struct System::detail::has_no_operator_equal< T, U >

Checks whether operator == not defined neither for T, not for U types. Can be used in std::enable_if.

Template Parameters
Tfirst type to check
Usecond type to check