swift
Public Types | List of all members
swift::misc::TIndexBaseOf< T, typename > Struct Template Reference

If T has a member typedef base_type which has a member propertyByIndex, this trait will obtain it, otherwise void. More...

Public Types

using type = void
 void
 

Detailed Description

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

If T has a member typedef base_type which has a member propertyByIndex, this trait will obtain it, otherwise void.

Definition at line 55 of file inheritancetraits.h.


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