Searched refs:IsSpanImpl (Results 1 – 3 of 3) sorted by relevance
27 struct IsSpanImpl : std::false_type {}; struct30 struct IsSpanImpl<span<T>> : std::true_type {};33 using IsSpan = IsSpanImpl<typename std::decay<T>::type>;
81 struct IsSpanImpl : std::false_type {};84 struct IsSpanImpl<span<T, Extent>> : std::true_type {};87 using IsSpan = IsSpanImpl<std::decay_t<T>>;
30 struct IsSpanImpl : std::false_type {}; struct33 struct IsSpanImpl<span<T, Extent>> : std::true_type {};36 using IsSpan = IsSpanImpl<std::decay_t<T>>;