Searched refs:IsBaseType (Results 1 – 2 of 2) sorted by relevance
819 struct IsBaseType { struct831 const bool IsBaseType<T>::value; argument1199 static_assert(IsBaseType<ChildT>::value,1312 static_assert(IsBaseType<DescendantT>::value,1332 static_assert(IsBaseType<ParentT>::value,1352 static_assert(IsBaseType<AncestorT>::value,1374 static_assert(IsBaseType<DescendantT>::value,
273 static_assert(IsBaseType<T>::value, in traverse()