piranha  0.10
Static Public Attributes | List of all members
piranha::series_recursion_index< T, typename > Class Template Reference

Series recursion index. More...

#include <piranha/series.hpp>

Static Public Attributes

static const std::size_t value = implementation_defined
 Value of the recursion index.
 

Detailed Description

template<typename T, typename = void>
class piranha::series_recursion_index< T, typename >

Series recursion index.

The recursion index measures how many times the coefficient of a series types is itself a series type. The algorithm works as follows:

The decay type of T is considered in this type trait.

Definition at line 237 of file series.hpp.


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