|
CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
|
Implementation for has_operator_equal. More...
#include <detail.h>
Public Types | |
| using | type = typename std::is_same< bool, decltype(test< T >(0))>::type |
Static Public Member Functions | |
| template<class U > | |
| static auto | test (U *) -> decltype(std::declval< U >()==std::declval< U >()) |
| template<typename > | |
| static auto | test (...) -> std::false_type |
Implementation for has_operator_equal.
| T | Type to check for operator == existance. |
| using System::detail::has_operator_equal_impl< T >::type = typename std::is_same<bool, decltype(test<T>(0))>::type |
|
static |
|
static |