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

#include <utility.h>

Static Public Attributes

static const bool value = (sizeof(T) & ((1 << p) - 1)) == 0
 

Detailed Description

template<typename T, int p>
struct trove::size_multiple_power_of_two< T, p >

Definition at line 157 of file utility.h.

Member Data Documentation

◆ value

template<typename T , int p>
const bool trove::size_multiple_power_of_two< T, p >::value = (sizeof(T) & ((1 << p) - 1)) == 0
static

Definition at line 158 of file utility.h.


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