Vcsn  2.4
Be Rational
vcsn::detail::join_impl< polynomialset< Ctx1, Kind1 >, WS2 > Struct Template Reference

#include <polynomialset.hh>

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

Public Types

using type = polynomialset< context< typename Ctx1::labelset_t, join_t< WS2, typename Ctx1::weightset_t >>>
 

Static Public Member Functions

static type join (const polynomialset< Ctx1, Kind1 > &ps1, const WS2 &ws2)
 

Detailed Description

template<typename Ctx1, wet_kind_t Kind1, typename WS2>
struct vcsn::detail::join_impl< polynomialset< Ctx1, Kind1 >, WS2 >

Definition at line 1557 of file polynomialset.hh.

Member Typedef Documentation

template<typename Ctx1 , wet_kind_t Kind1, typename WS2 >
using vcsn::detail::join_impl< polynomialset< Ctx1, Kind1 >, WS2 >::type = polynomialset<context<typename Ctx1::labelset_t, join_t<WS2, typename Ctx1::weightset_t>>>

Definition at line 1561 of file polynomialset.hh.

Member Function Documentation

template<typename Ctx1 , wet_kind_t Kind1, typename WS2 >
static type vcsn::detail::join_impl< polynomialset< Ctx1, Kind1 >, WS2 >::join ( const polynomialset< Ctx1, Kind1 > &  ps1,
const WS2 &  ws2 
)
inlinestatic

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