An adapter over a relaxed_range
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>
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_range
in <eve/views/backward.hpp>
.