template<
int X,
int LSB = 1 & X>
struct mgpu::sNumFactorsOf2< X, LSB >
Definition at line 159 of file static.h.
#include <static.h>
|
enum | { shifted = X >> 1
} |
|
enum | { value = 1 + sNumFactorsOf2<shifted>::value
} |
|
template<int X, int LSB = 1 & X>
template<int X, int LSB = 1 & X>
The documentation for this struct was generated from the following file:
- E:/git/nvbio/contrib/moderngpu/include/util/static.h