QUDA  v1.1.0
A library for QCD on GPUs
Public Types | Static Public Attributes | List of all members
trove::static_range< k, l > Struct Template Reference

#include <utility.h>

Public Types

typedef static_range< k+1, l > tail
 

Static Public Attributes

static const int head = k
 

Detailed Description

template<int k, int l>
struct trove::static_range< k, l >

Definition at line 137 of file utility.h.

Member Typedef Documentation

◆ tail

template<int k, int l>
typedef static_range<k+1, l> trove::static_range< k, l >::tail

Definition at line 139 of file utility.h.

Member Data Documentation

◆ head

template<int k, int l>
const int trove::static_range< k, l >::head = k
static

Definition at line 138 of file utility.h.


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