|
piranha
0.10
|
Series recursion index. More...
#include <piranha/series.hpp>
Static Public Attributes | |
| static const std::size_t | value = implementation_defined |
| Value of the recursion index. | |
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:
T is not a series type, the recursion index is 0,T is the recursion index of its coefficient type plus one.The decay type of T is considered in this type trait.
Definition at line 237 of file series.hpp.
1.8.14