Ion
|
Helper structs. More...
#include "varianttyperesolver.h"
Public Types | |
typedef ConditionalType < IsSameType< Base, T >::value||IsBaseOf < Base, T >::value, T, void > ::Type | Type |
Helper structs.
This struct contains a Type typedef that is T iff T is the same as Base or is derived from it and void otherwise.
Definition at line 40 of file varianttyperesolver.h.
typedef ConditionalType<IsSameType<Base, T>::value || IsBaseOf<Base, T>::value, T, void>::Type ion::base::internal::IsSameOrDerivedFrom< T, Base >::Type |
Definition at line 43 of file varianttyperesolver.h.