Awali
Another Weighted Automata library
Public Types | Public Member Functions
awali::sttc::variadic_mul_mixin< WeightSet > Struct Template Reference

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

#include <weightset.hh>

Inheritance diagram for awali::sttc::variadic_mul_mixin< WeightSet >:

Public Types

using super = WeightSet
 

Public Member Functions

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

Detailed Description

template<typename WeightSet>
struct awali::sttc::variadic_mul_mixin< WeightSet >

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

Member Typedef Documentation

◆ super

template<typename WeightSet >
using awali::sttc::variadic_mul_mixin< WeightSet >::super = WeightSet

Member Function Documentation

◆ mul()

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

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