swift
swift::misc::THasComparePropertyByIndex< T, typename > Struct Template Reference

Trait which is true if the expression a.compareByPropertyIndex(b, i) is valid when a and b are instances of T, and i is an instance of CPropertyIndexRef. More...

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

Detailed Description

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

Trait which is true if the expression a.compareByPropertyIndex(b, i) is valid when a and b are instances of T, and i is an instance of CPropertyIndexRef.

Definition at line 134 of file typetraits.h.


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