◆ convert
Takes an iterator or a range and returns an adapter that has a provided value type. eve::algo::views::convert(it_or_r, eve::as<int>{});
struct eve::algo::views::convert_ convert Takes an iterator or a range and returns an adapter that has a provided value type. Behaviour for a specific iterator/range can be customized via tagged dispatch: template <typename T>
EVE_FORCEINLINE friend auto tagged_dispatch(eve::algo::views::convert_, my_rng self, eve::as<T> tgt);
Required header: Has a shorthand |