CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
System::detail::has_operator_equal< T > Struct Template Reference

Checks whether operator == exists in specified type. If so, inherits std::true_type, otherwise inherits std::false_type. Can be used in std::enable_if. More...

#include <detail.h>

Inherits has_operator_equal_impl::type.

Detailed Description

template<class T>
struct System::detail::has_operator_equal< T >

Checks whether operator == exists in specified type. If so, inherits std::true_type, otherwise inherits std::false_type. Can be used in std::enable_if.

Template Parameters
TType to check for operator == existance.