Template Struct zip::Helper

Nested Relationships

This struct is a nested type of Struct zip.

Struct Documentation

template<usize I, typename T>
struct Helper

Public Types

template<typename ...Ts>
using Type = Tuple<T, meta::tuple_element<I, Ts>...>

Public Functions

template<typename... Ts> inline constexpr VEG_INLINE auto apply (Ts &&... tups) const VEG_NOEXCEPT -> Type< Ts... >

Public Members

T &&first