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

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

template<typename BidiIt>
constexpr auto shift_right (BidiIt first, BidiIt last, typename etl::iterator_traits< BidiIt >::difference_type n) -> BidiIt
 Shifts the elements in the range [first, last) by n positions.