Vcsn  2.8
Be Rational
vcsn::detail::concat< S1, S2 > Struct Template Reference

Concat two sequences of size_t, adding the size of the first. More...

#include <tuple.hh>

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

Detailed Description

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

Concat two sequences of size_t, adding the size of the first.

E.g., <0, 1, 2>, <0, 1, 2, 3> -> <0, 1, 2, 3, 4, 5, 6>.

Definition at line 44 of file tuple.hh.


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