libstdc++
GNU C++ library
Loading...
Searching...
No Matches

◆ __brick_copy_n() [1/3]

template<class _ForwardIterator, class _Size, class _OutputIterator>
_OutputIterator __pstl::__internal::__brick_copy_n ( _ForwardIterator __first,
_Size __n,
_OutputIterator __result,
std::false_type  )
noexcept

Definition at line 884 of file algorithm_impl.h.

885{
886 return std::copy_n(__first, __n, __result);
887}
constexpr _OIter copy_n(_IIter, _Size, _OIter)

References std::copy_n().

Referenced by std::copy_n(), std::uninitialized_copy_n(), and std::uninitialized_move_n().

Here is the call graph for this function:
Here is the caller graph for this function: