swift
swift::misc::TIsEqualityComparable< T, U, typename > Struct Template Reference

Trait which is true if the expression a == b is valid when a and b are instances of T and U. More...

Inheritance diagram for swift::misc::TIsEqualityComparable< T, U, typename >:
[legend]

Detailed Description

template<typename T, typename U, typename = std::void_t<>>
struct swift::misc::TIsEqualityComparable< T, U, typename >

Trait which is true if the expression a == b is valid when a and b are instances of T and U.

Definition at line 163 of file typetraits.h.


The documentation for this struct was generated from the following file: