Template Struct zip::Converter< Tuple< InnerTargets… > >

Nested Relationships

This struct is a nested type of Struct zip.

Struct Documentation

template<typename ...InnerTargets>
struct Converter<Tuple<InnerTargets...>>

Public Types

using Type = ConverterImpl<proxsuite::linalg::veg::meta::make_index_sequence<sizeof...(InnerTargets)>, InnerTargets...>