Vcsn  2.2a
Be Rational
vcsn::detail::join_impl< letterset< GenSet1 >, expressionset< Ctx2 > > Struct Template Reference

Join of a letterset and an expressionset. More...

#include <expressionset.hh>

Collaboration diagram for vcsn::detail::join_impl< letterset< GenSet1 >, expressionset< Ctx2 > >:

Public Types

using context_t = context< join_t< letterset< GenSet1 >, labelset_t_of< Ctx2 >>, weightset_t_of< Ctx2 >>
 
using type = expressionset< context_t >
 

Static Public Member Functions

static type join (const letterset< GenSet1 > &a, const expressionset< Ctx2 > &b)
 

Detailed Description

template<typename GenSet1, typename Ctx2>
struct vcsn::detail::join_impl< letterset< GenSet1 >, expressionset< Ctx2 > >

Join of a letterset and an expressionset.

Definition at line 496 of file expressionset.hh.

Member Typedef Documentation

template<typename GenSet1 , typename Ctx2 >
using vcsn::detail::join_impl< letterset< GenSet1 >, expressionset< Ctx2 > >::context_t = context<join_t<letterset<GenSet1>, labelset_t_of<Ctx2>>, weightset_t_of<Ctx2>>

Definition at line 499 of file expressionset.hh.

template<typename GenSet1 , typename Ctx2 >
using vcsn::detail::join_impl< letterset< GenSet1 >, expressionset< Ctx2 > >::type = expressionset<context_t>

Definition at line 500 of file expressionset.hh.

Member Function Documentation

template<typename GenSet1 , typename Ctx2 >
static type vcsn::detail::join_impl< letterset< GenSet1 >, expressionset< Ctx2 > >::join ( const letterset< GenSet1 > &  a,
const expressionset< Ctx2 > &  b 
)
inlinestatic

Definition at line 502 of file expressionset.hh.

References vcsn::join().

Here is the call graph for this function:


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