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

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

template<typename ForwardIt>
constexpr auto rotate (ForwardIt first, ForwardIt nFirst, ForwardIt last) -> ForwardIt
 Performs a left rotation on a range of elements.