swift
|
It T has a member typedef base_type which is a registered metatype, this trait will obtain it, otherwise void. More...
Public Types | |
using | type = std::conditional_t< THasMetaBaseV< T >, typename TBaseOf< T >::type, void > |
Type of T::base_type, or void if not declared. | |
It T has a member typedef base_type which is a registered metatype, this trait will obtain it, otherwise void.
Definition at line 44 of file inheritancetraits.h.