piranha  0.10
Static Public Attributes | List of all members
piranha::zero_is_absorbing< T, series_zero_is_absorbing_enabler< T > > Struct Template Reference

Specialisation of piranha::zero_is_absorbing for piranha::series. More...

#include <piranha/series.hpp>

Static Public Attributes

static const bool value = implementation_defined
 Value of the type trait.
 

Detailed Description

template<typename T>
struct piranha::zero_is_absorbing< T, series_zero_is_absorbing_enabler< T > >

Specialisation of piranha::zero_is_absorbing for piranha::series.

Note
This specialisation is enabled if T, after the removal of cv/reference qualifiers, satisfies piranha::is_series.

The value of the type trait will be the value of piranha::zero_is_absorbing for the coefficient type of T. This type trait requires T to satisfy piranha::is_multipliable, after the removal of cv/reference qualifiers.

Definition at line 3738 of file series.hpp.


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