E.V.E
v2023.02.15
 
Loading...
Searching...
No Matches
eve::algo::views::backward_iterator< I > Struct Template Reference

An adapter over a relaxed_iterator that replaces going forward with going backward. For semantic of reverse you should use eve::algo::views::reverse this is just a helper to do backward algorithms. Should be created by a call to eve::algo::views::backward. More...

#include <eve/module/algo/algo/views/backward.hpp>

Detailed Description

template<relaxed_iterator I>
struct eve::algo::views::backward_iterator< I >

NOTE: at this point convert(backward) will not do anything smart.

Required header: #include <eve/module/algo/algo/views/backward.hpp>

Has a shorthand eve::views::backward_iterator in <eve/views/backward.hpp>.