copy.hpp
Go to the documentation of this file.
7 /*************************************************************************************************/
21 /*************************************************************************************************/
25 /*************************************************************************************************/
35 /*************************************************************************************************/
54 inline BidirectionalIterator2 copy_backward(BidirectionalRange1& range1, BidirectionalIterator2 result)
65 inline BidirectionalIterator2 copy_backward(const BidirectionalRange1& range1, BidirectionalIterator2 result)
70 /*************************************************************************************************/
74 /*************************************************************************************************/
105 /*************************************************************************************************/
109 /*************************************************************************************************/
123 /*************************************************************************************************/
128 /*************************************************************************************************/
164 /*************************************************************************************************/
169 /*************************************************************************************************/
184 /*************************************************************************************************/
203 /*************************************************************************************************/
217 /*************************************************************************************************/
|