Home
last modified time | relevance | path

Searched refs:__nothrow_input_iterator (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__memory/
H A Dconcepts.h39 concept __nothrow_input_iterator = variable
48 …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>;
H A Dranges_construct_at.h78 …template <__nothrow_input_iterator _InputIterator, __nothrow_sentinel_for<_InputIterator> _Sentine…
102 template <__nothrow_input_iterator _InputIterator>