Searched refs:IsBaseType (Results 1 – 2 of 2) sorted by relevance
920 struct IsBaseType { struct932 const bool IsBaseType<T>::value; argument1306 static_assert(IsBaseType<ChildT>::value,1420 static_assert(IsBaseType<DescendantT>::value,1440 static_assert(IsBaseType<ParentT>::value,1460 static_assert(IsBaseType<AncestorT>::value,1482 static_assert(IsBaseType<DescendantT>::value,
290 static_assert(IsBaseType<T>::value, in traverse()