ImFusion C++ SDK 4.4.0
ImFusion::detail::isEqualityComparable< T > Struct Template Reference

Static Public Member Functions

template<typename T_>
static auto test (T_ *) -> decltype(std::declval< T_ >()==std::declval< T_ >())
template<typename>
static auto test (...) -> std::false_type

Static Public Attributes

static constexpr bool value = std::is_same<bool, decltype(test<T>(nullptr))>::value

The documentation for this struct was generated from the following file:
  • ImFusion/Base/Utils/CompileTimeChecks.h
Search Tab / S to search, Esc to close