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

#include <utility.h>

Static Public Attributes

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

Detailed Description

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

Definition at line 97 of file utility.h.

Member Data Documentation

◆ value

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

Definition at line 98 of file utility.h.


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