Searched refs:SizedButNotContiguousRange (Results 1 – 1 of 1) sorted by relevance
119 using SizedButNotContiguousRange = std::ranges::subrange<random_access_iterator<char*>>; typedef120 static_assert(!std::ranges::contiguous_range<SizedButNotContiguousRange>);121 static_assert(std::ranges::sized_range<SizedButNotContiguousRange>);122 static_assert(!std::is_constructible_v<std::string_view, SizedButNotContiguousRange>);