Vcsn
2.0
Be Rational
|
The join of two contexts. More...
#include <context.hh>
Public Types | |
using | labelset_t = join_t< LS1, LS2 > |
using | weightset_t = join_t< WS1, WS2 > |
using | type = context< labelset_t, weightset_t > |
Static Public Member Functions | |
static type | join (const context< LS1, WS1 > &ctx1, const context< LS2, WS2 > &ctx2) |
The join of two contexts.
Definition at line 209 of file context.hh.
using vcsn::detail::join_impl< context< LS1, WS1 >, context< LS2, WS2 > >::labelset_t = join_t<LS1, LS2> |
Definition at line 211 of file context.hh.
using vcsn::detail::join_impl< context< LS1, WS1 >, context< LS2, WS2 > >::type = context<labelset_t, weightset_t> |
Definition at line 213 of file context.hh.
using vcsn::detail::join_impl< context< LS1, WS1 >, context< LS2, WS2 > >::weightset_t = join_t<WS1, WS2> |
Definition at line 212 of file context.hh.
|
inlinestatic |
Definition at line 215 of file context.hh.
References vcsn::join(), vcsn::context< LabelSet, WeightSet >::labelset(), and vcsn::context< LabelSet, WeightSet >::weightset().