Vcsn  2.1
Be Rational
vcsn::detail::index_sequence_difference< index_sequence< I1_1, I1...>, index_sequence< I1_1, I2...> > Struct Template Reference

#include <tuple.hh>

Collaboration diagram for vcsn::detail::index_sequence_difference< index_sequence< I1_1, I1...>, index_sequence< I1_1, I2...> >:

Public Types

using type = typename index_sequence_difference< index_sequence< I1...>, index_sequence< I2...>>::type
 

Detailed Description

template<std::size_t I1_1, std::size_t... I1, std::size_t... I2>
struct vcsn::detail::index_sequence_difference< index_sequence< I1_1, I1...>, index_sequence< I1_1, I2...> >

Definition at line 101 of file tuple.hh.

Member Typedef Documentation

template<std::size_t I1_1, std::size_t... I1, std::size_t... I2>
using vcsn::detail::index_sequence_difference< index_sequence< I1_1, I1...>, index_sequence< I1_1, I2...> >::type = typename index_sequence_difference<index_sequence<I1...>, index_sequence<I2...>>::type

Definition at line 106 of file tuple.hh.


The documentation for this struct was generated from the following file: