QUDA  v1.1.0
A library for QCD on GPUs
Static Public Attributes | List of all members
trove::is_odd< m > Struct Template Reference

#include <utility.h>

Static Public Attributes

static const bool value = (m & 1) == 1
 

Detailed Description

template<int m>
struct trove::is_odd< m >

Definition at line 102 of file utility.h.

Member Data Documentation

◆ value

template<int m>
const bool trove::is_odd< m >::value = (m & 1) == 1
static

Definition at line 103 of file utility.h.


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