Searched refs:__nothrow_forward_iterator (Results 1 – 3 of 3) sorted by relevance
44 template <__nothrow_forward_iterator _ForwardIterator,71 template <__nothrow_forward_iterator _ForwardIterator>91 template <__nothrow_forward_iterator _ForwardIterator,118 template <__nothrow_forward_iterator _ForwardIterator>138 template <__nothrow_forward_iterator _ForwardIterator,165 template <__nothrow_forward_iterator _ForwardIterator, class _Tp>191 __nothrow_forward_iterator _OutputIterator,227 __nothrow_forward_iterator _OutputIterator,256 __nothrow_forward_iterator _OutputIterator,292 __nothrow_forward_iterator _OutputIterator,
52 concept __nothrow_forward_iterator = variable60 __nothrow_forward_iterator<iterator_t<_Rp>>;
29 static_assert(std::ranges::__nothrow_forward_iterator<forward_iterator<int*>>);31 static_assert(!std::ranges::__nothrow_forward_iterator<ForwardProxyIterator>);33 constexpr bool forward_subsumes_input(std::ranges::__nothrow_forward_iterator auto) { in forward_subsumes_input()