Home
last modified time | relevance | path

Searched defs:copy_n (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/
H A Dcopy_n.h31 copy_n(_InputIterator __first, _Size __orig_n, _OutputIterator __result) { in copy_n() function
51 copy_n(_InputIterator __first, _Size __orig_n, _OutputIterator __result) { in copy_n() function
H A Dpstl_copy.h108 copy_n(_ExecutionPolicy&& __policy, _ForwardIterator __first, _Size __n, _ForwardOutIterator __resu… in copy_n() function