Vcsn  2.4
Be Rational
vcsn::detail::transpose_impl< ExpSet >::visit_tuple< Dummy > Struct Template Reference
Collaboration diagram for vcsn::detail::transpose_impl< ExpSet >::visit_tuple< Dummy >:

Public Member Functions

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

Public Attributes

self_tself_
 

Detailed Description

template<typename ExpSet>
template<typename Dummy = void>
struct vcsn::detail::transpose_impl< ExpSet >::visit_tuple< Dummy >

Definition at line 178 of file transpose.hh.

Member Function Documentation

template<typename ExpSet >
template<typename Dummy = void>
auto vcsn::detail::transpose_impl< ExpSet >::visit_tuple< Dummy >::operator() ( const tuple_t v)
inline

Entry point.

Definition at line 196 of file transpose.hh.

References vcsn::detail::transpose_impl< ExpSet >::visit_tuple< Dummy >::work_().

Here is the call graph for this function:

template<typename ExpSet >
template<typename Dummy = void>
template<size_t I>
auto vcsn::detail::transpose_impl< ExpSet >::visit_tuple< Dummy >::work_ ( const tuple_t v)
inline

Copy one tape.

Definition at line 182 of file transpose.hh.

References vcsn::detail::transpose_impl< ExpSet >::rs_, vcsn::detail::transpose_impl< ExpSet >::visit_tuple< Dummy >::self_, and vcsn::transpose().

Referenced by vcsn::detail::transpose_impl< ExpSet >::visit_tuple< Dummy >::operator()().

Here is the call graph for this function:

template<typename ExpSet >
template<typename Dummy = void>
template<size_t... I>
auto vcsn::detail::transpose_impl< ExpSet >::visit_tuple< Dummy >::work_ ( const tuple_t v,
detail::index_sequence< I... >   
)
inline

Member Data Documentation

template<typename ExpSet >
template<typename Dummy = void>
self_t& vcsn::detail::transpose_impl< ExpSet >::visit_tuple< Dummy >::self_

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