Searched defs:IntersectionTraits (Results 1 – 1 of 1) sorted by relevance
1113 template <class... TailTy> struct IntersectionTraits<RangeSet, TailTy...> { struct1115 using Type = RangeSet;1118 template <> struct IntersectionTraits<> { struct1121 using Type = std::optional<RangeSet>;1125 struct IntersectionTraits<OptionalOrPointer, TailTy...> { struct1127 using Type = typename IntersectionTraits<TailTy...>::Type;