Searched refs:IsBaseType (Results 1 – 2 of 2) sorted by relevance
743 struct IsBaseType { struct755 const bool IsBaseType<T>::value; argument1103 static_assert(IsBaseType<ChildT>::value,1126 static_assert(IsBaseType<ChildT>::value,1239 static_assert(IsBaseType<DescendantT>::value,1259 static_assert(IsBaseType<ParentT>::value,1279 static_assert(IsBaseType<AncestorT>::value,1301 static_assert(IsBaseType<DescendantT>::value,
273 static_assert(IsBaseType<T>::value, in traverse()