Vcsn  2.2a
Be Rational
vcsn::detail::join_impl_simple< WeightSet, expressionset< Context > > Struct Template Reference

#include <expressionset.hh>

Collaboration diagram for vcsn::detail::join_impl_simple< WeightSet, expressionset< Context > >:

Public Types

using context_t = context< labelset_t_of< Context >, join_t< WeightSet, weightset_t_of< Context >>>
 
using type = expressionset< context_t >
 

Static Public Member Functions

static type join (const WeightSet &ws, const expressionset< Context > &rs)
 

Detailed Description

template<typename WeightSet, typename Context>
struct vcsn::detail::join_impl_simple< WeightSet, expressionset< Context > >

Definition at line 525 of file expressionset.hh.

Member Typedef Documentation

template<typename WeightSet , typename Context >
using vcsn::detail::join_impl_simple< WeightSet, expressionset< Context > >::context_t = context<labelset_t_of<Context>, join_t<WeightSet, weightset_t_of<Context>>>

Definition at line 528 of file expressionset.hh.

template<typename WeightSet , typename Context >
using vcsn::detail::join_impl_simple< WeightSet, expressionset< Context > >::type = expressionset<context_t>

Definition at line 529 of file expressionset.hh.

Member Function Documentation

template<typename WeightSet , typename Context >
static type vcsn::detail::join_impl_simple< WeightSet, expressionset< Context > >::join ( const WeightSet ws,
const expressionset< Context > &  rs 
)
inlinestatic

Definition at line 530 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: