Searched refs:ContiguousButNotSizedRange (Results 1 – 1 of 1) sorted by relevance
131 using ContiguousButNotSizedRange = typedef135 static_assert(std::ranges::contiguous_range<ContiguousButNotSizedRange>);136 static_assert(!std::ranges::sized_range<ContiguousButNotSizedRange>);137 static_assert(!std::is_constructible_v<std::string_view, ContiguousButNotSizedRange>);