Vcsn  2.3
Be Rational
vcsn::detail::index_sequence_difference< S1, S2 > Struct Template Reference

Get the list containing all the elements of I1 (contiguous sequence from 0 to N) not present in I2 (arbitrary sequence, sorted). More...

#include <tuple.hh>

Collaboration diagram for vcsn::detail::index_sequence_difference< S1, S2 >:

Detailed Description

template<typename S1, typename S2>
struct vcsn::detail::index_sequence_difference< S1, S2 >

Get the list containing all the elements of I1 (contiguous sequence from 0 to N) not present in I2 (arbitrary sequence, sorted).

Definition at line 114 of file tuple.hh.


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