cheshirekow  v0.1.0
mpblocks::cuda::polynomial::IntList< Head, Tail > Struct Template Reference

compile time integer list (because cuda doesn't understand variadic templates ) More...

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

Detailed Description

template<int Head, class Tail = intlist::Terminal>
struct mpblocks::cuda::polynomial::IntList< Head, Tail >

compile time integer list (because cuda doesn't understand variadic templates )

Implemented as a sorted linked list of integers

Definition at line 50 of file IntList.h.


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