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

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

template<typename BidirIt, typename OutputIt>
constexpr auto reverse_copy (BidirIt first, BidirIt last, OutputIt destination) -> OutputIt
 Copies the elements from the range [first, last) to another range beginning at d_first in such a way that the elements in the new range are in reverse order.