Home
last modified time | relevance | path

Searched refs:reverse_copy (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/libstdc++/include/backward/
H A Dalgo.h92 using std::reverse_copy;
/freebsd-12.1/contrib/libc++/include/
H A Dalgorithm276 reverse_copy(BidirectionalIterator first, BidirectionalIterator last, OutputIterator result);
2227 // reverse_copy
2232 reverse_copy(_BidirectionalIterator __first, _BidirectionalIterator __last, _OutputIterator __resul…
/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dstl_algo.h1710 reverse_copy(_BidirectionalIterator __first, _BidirectionalIterator __last, in reverse_copy() function
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20024470 unique, unique_copy, reverse, reverse_copy): Doxygenate.