Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dranges_uninitialized_algorithms.h48 …template <__nothrow_forward_iterator _ForwardIterator, __nothrow_sentinel_for<_ForwardIterator> _S…
73 template <__nothrow_forward_iterator _ForwardIterator>
93 …template <__nothrow_forward_iterator _ForwardIterator, __nothrow_sentinel_for<_ForwardIterator> _S…
118 template <__nothrow_forward_iterator _ForwardIterator>
138 …template <__nothrow_forward_iterator _ForwardIterator, __nothrow_sentinel_for<_ForwardIterator> _S…
163 template <__nothrow_forward_iterator _ForwardIterator, class _Tp>
188 __nothrow_forward_iterator _OutputIterator,
225 __nothrow_forward_iterator _OutputIterator,
257 __nothrow_forward_iterator _OutputIterator,
294 __nothrow_forward_iterator _OutputIterator,
H A Dconcepts.h51 concept __nothrow_forward_iterator = variable
55 concept __nothrow_forward_range = __nothrow_input_range<_Rp> && __nothrow_forward_iterator<iterator…