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

Trait which is true if the expression compare(a, b) is valid when a and b are instances of T and U. More...

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

Detailed Description

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

Trait which is true if the expression compare(a, b) is valid when a and b are instances of T and U.

Definition at line 120 of file typetraits.h.


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