E.V.E
v2022.03.00

◆ map

eve::algo::views::map

#include <eve/algo/views/map.hpp>

Given a relaxed iterator/range and an operation return relaxed iterator/range that has no store and applies provided operation on read/load.

operation has to be a template and accept scalar and all width wides for the value type of the underlying iterator/range.

Required header: #incude <eve/algo/views/map.hpp>

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