NiHu  2.0
tmp::arithmetic_sequence< value, N, Seq, increment > Struct Template Reference

generate an arithmetic sequence More...

#include <algorithm.hpp>

Detailed Description

template<class value, unsigned N, class Seq, int increment = 1>
struct tmp::arithmetic_sequence< value, N, Seq, increment >

generate an arithmetic sequence

Template Parameters
valuethe start value in the sequence
Nnumber of values
Seqthe source sequence pattern
incrementthe arithmetic increment

Definition at line 457 of file algorithm.hpp.


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