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

Detailed description

template< int X>
struct mgpu::sIsPow2< X >

Definition at line 82 of file static.h.

#include <static.h>

Public Types

enum  { value = 0 == (X & (X - 1)) }
 

Member Enumeration Documentation

template<int X>
anonymous enum
Enumerator
value 

Definition at line 83 of file static.h.


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