Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
vcsn::variadic_mul_mixin< WeightSet > Struct Template Reference

Provide a variadic mul on top of a binary mul(), and one(). More...

#include <fwd.hh>

Inheritance diagram for vcsn::variadic_mul_mixin< WeightSet >:
Collaboration diagram for vcsn::variadic_mul_mixin< WeightSet >:

Public Types

using super_t = WeightSet
 

Public Member Functions

template<typename... Ts>
value_t mul (const Ts &...ts) const
 

Detailed Description

template<typename WeightSet>
struct vcsn::variadic_mul_mixin< WeightSet >

Provide a variadic mul on top of a binary mul(), and one().

Definition at line 36 of file fwd.hh.

Member Typedef Documentation

template<typename WeightSet>
using vcsn::variadic_mul_mixin< WeightSet >::super_t = WeightSet

Definition at line 23 of file weightset.hh.

Member Function Documentation

template<typename WeightSet>
template<typename... Ts>
value_t vcsn::variadic_mul_mixin< WeightSet >::mul ( const Ts &...  ts) const
inline

Definition at line 33 of file weightset.hh.


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