Vcsn  2.3
Be Rational
weightset.hh File Reference
#include <iostream>
#include <memory>
#include <vcsn/misc/type_traits.hh>
Include dependency graph for weightset.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  vcsn::weightset_mixin< WeightSet >
 Provide a variadic mul on top of a binary mul(), and one(). More...
 
struct  vcsn::is_tropical< T >
 

Namespaces

 vcsn
 
 vcsn::detail
 

Typedefs

template<typename T >
using vcsn::detail::power_mem_fn_t = decltype(std::declval< T >().power(std::declval< typename T::value_t >(), 0))
 The signature of power. More...
 
template<typename T >
using vcsn::detail::has_power_mem_fn = detail::detect< T, power_mem_fn_t >
 Whether T features a power member function. More...