![]() |
Vcsn
2.8
Be Rational
|
The join of two expressionsets. More...
#include <expressionset.hh>
Public Types | |
using | type1 = expressionset< Ctx1 > |
using | type2 = expressionset< Ctx2 > |
using | type = expressionset< join_t< Ctx1, Ctx2 > > |
Static Public Member Functions | |
static type | join (const type1 &a, const type2 &b) |
The join of two expressionsets.
Definition at line 532 of file expressionset.hh.
using vcsn::detail::join_impl< expressionset< Ctx1 >, expressionset< Ctx2 > >::type = expressionset<join_t<Ctx1, Ctx2> > |
Definition at line 536 of file expressionset.hh.
using vcsn::detail::join_impl< expressionset< Ctx1 >, expressionset< Ctx2 > >::type1 = expressionset<Ctx1> |
Definition at line 534 of file expressionset.hh.
using vcsn::detail::join_impl< expressionset< Ctx1 >, expressionset< Ctx2 > >::type2 = expressionset<Ctx2> |
Definition at line 535 of file expressionset.hh.
|
inlinestatic |
Definition at line 538 of file expressionset.hh.
References vcsn::join().