tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
copy_backward.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

template<typename BidirIt1, typename BidirIt2>
constexpr auto copy_backward (BidirIt1 first, BidirIt1 last, BidirIt2 dLast) -> BidirIt2
 Copies the elements from the range, defined by [first, last), to another range ending at dLast. The elements are copied in reverse order (the last element is copied first), but their relative order is preserved.