Home
last modified time | relevance | path

Searched refs:PointTypeIsValid (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalTree.h240 using PointTypeIsValid = std::bool_constant<std::is_fundamental<T>::value>; variable
249 static_assert(PointTypeIsValid<PointT>::value,