Searched refs:__nothrow_input_iterator (Results 1 – 2 of 2) sorted by relevance
39 concept __nothrow_input_iterator = variable48 …range<_Rp> && __nothrow_input_iterator<iterator_t<_Rp>> && __nothrow_sentinel_for<sentinel_t<_Rp>,…52 __nothrow_input_iterator<_Ip> && forward_iterator<_Ip> && __nothrow_sentinel_for<_Ip, _Ip>;
78 …template <__nothrow_input_iterator _InputIterator, __nothrow_sentinel_for<_InputIterator> _Sentine…102 template <__nothrow_input_iterator _InputIterator>