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

Trait which is true if the expression a.propertyByIndex(i) is valid with a is an instance of T and i is an instance of CPropertyIndexRef. More...

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

Detailed Description

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

Trait which is true if the expression a.propertyByIndex(i) is valid with a is an instance of T and i is an instance of CPropertyIndexRef.

Definition at line 149 of file typetraits.h.


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