Vcsn
2.2
Be Rational
|
A traits so that tupleset may define types that may exist. More...
#include <tupleset.hh>
Public Types | |
using | genset_t = void |
using | genset_ptr = void |
using | letter_t = void |
using | letters_t = void |
using | word_t = std::tuple< typename ValueSets::value_t... > |
Same as value_t. More... | |
A traits so that tupleset may define types that may exist.
The types genset_t, letter_t, and word_t, exists only for tuples of labelsets, characterized as featuring a word_t type.
Definition at line 30 of file tupleset.hh.
using vcsn::detail::labelset_types_impl< Enable, ValueSets >::genset_ptr = void |
Definition at line 33 of file tupleset.hh.
using vcsn::detail::labelset_types_impl< Enable, ValueSets >::genset_t = void |
Definition at line 32 of file tupleset.hh.
using vcsn::detail::labelset_types_impl< Enable, ValueSets >::letter_t = void |
Definition at line 34 of file tupleset.hh.
using vcsn::detail::labelset_types_impl< Enable, ValueSets >::letters_t = void |
Definition at line 35 of file tupleset.hh.
using vcsn::detail::labelset_types_impl< Enable, ValueSets >::word_t = std::tuple<typename ValueSets::value_t...> |
Same as value_t.
Definition at line 37 of file tupleset.hh.