Searched refs:DisabledSizeRangeWithBeginEnd (Results 1 – 2 of 2) sorted by relevance
132 struct DisabledSizeRangeWithBeginEnd { struct138 inline constexpr bool std::ranges::disable_sized_range<DisabledSizeRangeWithBeginEnd> = true; argument139 static_assert(std::ranges::contiguous_range<DisabledSizeRangeWithBeginEnd>);140 static_assert(!std::ranges::sized_range<DisabledSizeRangeWithBeginEnd>);158 DisabledSizeRangeWithBeginEnd d; in testBeginEqualsEnd()
276 struct DisabledSizeRangeWithBeginEnd { struct284 inline constexpr bool std::ranges::disable_sized_range<DisabledSizeRangeWithBeginEnd> = true; argument302 DisabledSizeRangeWithBeginEnd c; in testRanges()