We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ed9ee commit 3045e51Copy full SHA for 3045e51
source/ranges.tex
@@ -66,6 +66,8 @@
66
using sentinel_t = decltype(ranges::end(declval<R&>())); // freestanding
67
template<@\libconcept{range}@ R>
68
using const_iterator_t = const_iterator<iterator_t<R>>; // freestanding
69
+ template<@\libconcept{range}@ R>
70
+ using const_sentinel_t = const_sentinel<sentinel_t<R>>; // freestanding
71
72
using range_difference_t = iter_difference_t<iterator_t<R>>; // freestanding
73
template<@\libconcept{sized_range}@ R>
0 commit comments