Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
vcsn::detail::join_impl< WS1, polynomialset< Ctx2 > > Struct Template Reference

#include <polynomialset.hh>

Collaboration diagram for vcsn::detail::join_impl< WS1, polynomialset< Ctx2 > >:

Public Types

using type = polynomialset< context< typename Ctx2::labelset_t, join_t< WS1, typename Ctx2::weightset_t >>>
 

Static Public Member Functions

static type join (const WS1 &ws1, const polynomialset< Ctx2 > &ps2)
 

Detailed Description

template<typename WS1, typename Ctx2>
struct vcsn::detail::join_impl< WS1, polynomialset< Ctx2 > >

Definition at line 807 of file polynomialset.hh.

Member Typedef Documentation

template<typename WS1 , typename Ctx2 >
using vcsn::detail::join_impl< WS1, polynomialset< Ctx2 > >::type = polynomialset<context<typename Ctx2::labelset_t, join_t<WS1, typename Ctx2::weightset_t>>>

Definition at line 811 of file polynomialset.hh.

Member Function Documentation

template<typename WS1 , typename Ctx2 >
static type vcsn::detail::join_impl< WS1, polynomialset< Ctx2 > >::join ( const WS1 &  ws1,
const polynomialset< Ctx2 > &  ps2 
)
inlinestatic

Definition at line 812 of file polynomialset.hh.

References vcsn::join().

Here is the call graph for this function:


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