NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | List of all members
mgpu::sNumFactorsOf2< X, LSB > Struct Template Reference

Detailed description

template< int X, int LSB = 1 & X>
struct mgpu::sNumFactorsOf2< X, LSB >

Definition at line 159 of file static.h.

#include <static.h>

Public Types

enum  { shifted = X >> 1 }
 
enum  { value = 1 + sNumFactorsOf2<shifted>::value }
 

Member Enumeration Documentation

template<int X, int LSB = 1 & X>
anonymous enum
Enumerator
shifted 

Definition at line 160 of file static.h.

template<int X, int LSB = 1 & X>
anonymous enum
Enumerator
value 

Definition at line 161 of file static.h.


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