Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libcxx/include/__algorithm/
H A Dranges_copy_n.h35 using copy_n_result = in_out_result<_Ip, _Op>; variable
42 copy_n_result<_InIter, _OutIter> __go(_InIter __first, _DiffType __n, _OutIter __result) { in __go()
54 copy_n_result<_InIter, _OutIter> __go(_InIter __first, _DiffType __n, _OutIter __result) { in __go()
62 copy_n_result<_Ip, _Op> operator()(_Ip __first, iter_difference_t<_Ip> __n, _Op __result) const { in operator()
/openbsd/gnu/llvm/libcxx/include/
H A Dalgorithm221 …using copy_n_result = in_out_result<I, O>; // since C++…
239 constexpr ranges::copy_n_result<I, O>