Searched refs:ContiguousButNotSizedRange (Results 1 – 1 of 1) sorted by relevance
124 using ContiguousButNotSizedRange = std::ranges::subrange<contiguous_iterator<char*>, sentinel_wrapp… typedef125 static_assert(std::ranges::contiguous_range<ContiguousButNotSizedRange>);126 static_assert(!std::ranges::sized_range<ContiguousButNotSizedRange>);127 static_assert(!std::is_constructible_v<std::string_view, ContiguousButNotSizedRange>);