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

#include <polynomialset.hh>

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

Public Types

using type = polynomialset< join_t< Ctx1, Ctx2 >>
 

Static Public Member Functions

static type join (const polynomialset< Ctx1 > &ps1, const polynomialset< Ctx2 > &ps2)
 

Detailed Description

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

Definition at line 796 of file polynomialset.hh.

Member Typedef Documentation

template<typename Ctx1 , typename Ctx2 >
using vcsn::detail::join_impl< polynomialset< Ctx1 >, polynomialset< Ctx2 > >::type = polynomialset<join_t<Ctx1, Ctx2>>

Definition at line 798 of file polynomialset.hh.

Member Function Documentation

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

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