Vcsn  2.8
Be Rational
vcsn::detail::proper_traits< tupleset< LabelSet > > Struct Template Reference

Transform a tupleset of one element to a tupleset of the proper version. More...

#include <tupleset.hh>

Collaboration diagram for vcsn::detail::proper_traits< tupleset< LabelSet > >:

Public Types

using type = tupleset< typename proper_traits< LabelSet >::type >
 

Static Public Member Functions

static type value (const tupleset< LabelSet > &ls)
 

Detailed Description

template<typename LabelSet>
struct vcsn::detail::proper_traits< tupleset< LabelSet > >

Transform a tupleset of one element to a tupleset of the proper version.

Definition at line 1327 of file tupleset.hh.

Member Typedef Documentation

◆ type

template<typename LabelSet >
using vcsn::detail::proper_traits< tupleset< LabelSet > >::type = tupleset<typename proper_traits<LabelSet>::type>

Definition at line 1329 of file tupleset.hh.

Member Function Documentation

◆ value()

template<typename LabelSet >
static type vcsn::detail::proper_traits< tupleset< LabelSet > >::value ( const tupleset< LabelSet > &  ls)
inlinestatic

Definition at line 1330 of file tupleset.hh.

References vcsn::detail::proper_traits< LabelSet >::value().

Here is the call graph for this function:

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