Searched refs:SizedButNotContiguousRange (Results 1 – 1 of 1) sorted by relevance
126 using SizedButNotContiguousRange = std::ranges::subrange<random_access_iterator<char*>>; typedef127 static_assert(!std::ranges::contiguous_range<SizedButNotContiguousRange>);128 static_assert(std::ranges::sized_range<SizedButNotContiguousRange>);129 static_assert(!std::is_constructible_v<std::string_view, SizedButNotContiguousRange>);