cheshirekow  v0.1.0
mpblocks::cuda::polynomial::intlist::range< i, j > Struct Template Reference

creates an integer list from i to j (including both i and j) More...

#include <mpblocks/cuda/polynomial/IntList.h>

Public Types

typedef enabled_range< (i<=j),
i, j >::result 
result
 

Detailed Description

template<int i, int j>
struct mpblocks::cuda::polynomial::intlist::range< i, j >

creates an integer list from i to j (including both i and j)

Definition at line 453 of file IntList.h.

Member Typedef Documentation

template<int i, int j>
typedef enabled_range< (i<=j), i,j >::result mpblocks::cuda::polynomial::intlist::range< i, j >::result

Definition at line 456 of file IntList.h.


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