Home
last modified time | relevance | path

Searched refs:sentinel_t (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dranges_util.h50 && same_as<sentinel_t<_Range>, sentinel_t<const _Range>>; in _GLIBCXX_VISIBILITY()
133 && sized_sentinel_for<sentinel_t<_Derived>, iterator_t<_Derived>> in _GLIBCXX_VISIBILITY()
139 && sized_sentinel_for<sentinel_t<const _Derived>, in _GLIBCXX_VISIBILITY()
278 && convertible_to<sentinel_t<_Rng>, _Sent> in _GLIBCXX_VISIBILITY()
289 && convertible_to<sentinel_t<_Rng>, _Sent> in _GLIBCXX_VISIBILITY()
299 && convertible_to<sentinel_t<_Rng>, _Sent> in _GLIBCXX_VISIBILITY()
392 -> subrange<iterator_t<_Rng>, sentinel_t<_Rng>, in _GLIBCXX_VISIBILITY()
394 || sized_sentinel_for<sentinel_t<_Rng>, iterator_t<_Rng>>) in _GLIBCXX_VISIBILITY()
400 -> subrange<iterator_t<_Rng>, sentinel_t<_Rng>, subrange_kind::sized>; in _GLIBCXX_VISIBILITY()
Dranges_base.h598 using sentinel_t = decltype(ranges::end(std::declval<_Range&>())); in _GLIBCXX_VISIBILITY() local
690 = range<_Tp> && same_as<iterator_t<_Tp>, sentinel_t<_Tp>>; in _GLIBCXX_VISIBILITY()
Dranges_uninitialized.h67 && __nothrow_sentinel<sentinel_t<_Range>, iterator_t<_Range>>); in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
Dranges1143 constexpr sentinel_t<_Range>
1206 constexpr sentinel_t<_Range>
1609 sentinel_t<_Vp> _M_end = sentinel_t<_Vp>();
1623 constexpr sentinel_t<_Vp>
1954 sentinel_t<_Base> _M_end = sentinel_t<_Base>();
1960 _Sentinel(sentinel_t<_Base> __end)
1967 && convertible_to<sentinel_t<_Vp>, sentinel_t<_Base>>
1971 constexpr sentinel_t<_Base>
1976 requires sentinel_for<sentinel_t<_Base>,
1984 requires sized_sentinel_for<sentinel_t<_Base>, iterator_t<_Base2>>
[all …]
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-2019290 (sentinel_t, range_value_t, range_reference_t)
831 (ranges::sentinel_t, ranges::range_value_t, ranges::range_reference_t)