tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Functions | |
template<typename BidirIt1, typename BidirIt2> | |
constexpr auto | move_backward (BidirIt1 first, BidirIt1 last, BidirIt2 destination) -> BidirIt2 |
Moves the elements from the range [first, last) , to another range ending at destination. The elements are moved in reverse order (the last element is moved first), but their relative order is preserved. | |