Vcsn  2.1
Be Rational
vcsn::vnamer< const std::vector< dyn::expression > > Struct Template Reference

The vname of a vector of dyn::automata is the tuple of their vnames. More...

#include <name.hh>

Collaboration diagram for vcsn::vnamer< const std::vector< dyn::expression > >:

Public Types

using type = const std::vector< dyn::expression >
 

Static Public Member Functions

static symbol name (const type &t)
 

Detailed Description

template<>
struct vcsn::vnamer< const std::vector< dyn::expression > >

The vname of a vector of dyn::automata is the tuple of their vnames.

This is used to dispatch variadic calls on vectors of automata to tuples of vcsn:: automata.

Definition at line 221 of file name.hh.

Member Typedef Documentation

using vcsn::vnamer< const std::vector< dyn::expression > >::type = const std::vector<dyn::expression>

Definition at line 223 of file name.hh.

Member Function Documentation

static symbol vcsn::vnamer< const std::vector< dyn::expression > >::name ( const type t)
inlinestatic

Definition at line 224 of file name.hh.

References vcsn::vname().

Here is the call graph for this function:


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