Vcsn  2.4
Be Rational
vcsn::rat::partial_identity_impl< InExpSet, OutExpSet >::visit_tuple< typename > Struct Template Reference
Collaboration diagram for vcsn::rat::partial_identity_impl< InExpSet, OutExpSet >::visit_tuple< typename >:

Public Member Functions

template<size_t I>
auto work_ (const tuple_t &v)
 Partial_Identity one tape. More...
 
template<size_t... I>
out_value_t work_ (const tuple_t &v, detail::index_sequence< I... >)
 Partial_Identity all the tapes. More...
 
out_value_t operator() (const tuple_t &v)
 Entry point. More...
 

Public Attributes

self_tvisitor_
 

Detailed Description

template<typename InExpSet, typename OutExpSet = InExpSet>
template<typename = void>
struct vcsn::rat::partial_identity_impl< InExpSet, OutExpSet >::visit_tuple< typename >

Definition at line 139 of file partial-identity.hh.

Member Function Documentation

template<typename InExpSet , typename OutExpSet = InExpSet>
template<typename = void>
out_value_t vcsn::rat::partial_identity_impl< InExpSet, OutExpSet >::visit_tuple< typename >::operator() ( const tuple_t v)
inline

Entry point.

Definition at line 158 of file partial-identity.hh.

References vcsn::rat::partial_identity_impl< InExpSet, OutExpSet >::visit_tuple< typename >::work_().

Here is the call graph for this function:

template<typename InExpSet , typename OutExpSet = InExpSet>
template<typename = void>
template<size_t I>
auto vcsn::rat::partial_identity_impl< InExpSet, OutExpSet >::visit_tuple< typename >::work_ ( const tuple_t v)
inline
template<typename InExpSet , typename OutExpSet = InExpSet>
template<typename = void>
template<size_t... I>
out_value_t vcsn::rat::partial_identity_impl< InExpSet, OutExpSet >::visit_tuple< typename >::work_ ( const tuple_t v,
detail::index_sequence< I... >   
)
inline

Member Data Documentation

template<typename InExpSet , typename OutExpSet = InExpSet>
template<typename = void>
self_t& vcsn::rat::partial_identity_impl< InExpSet, OutExpSet >::visit_tuple< typename >::visitor_

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