CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
|
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 >.
Checks whether operator == not defined neither for T, not for U types. Can be used in std::enable_if.
T | first type to check |
U | second type to check |