OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
cub::PowerOfTwo< N > Struct Template Reference

Statically determine if N is a power-of-two. More...

Detailed Description

template<int N>
struct cub::PowerOfTwo< N >

Statically determine if N is a power-of-two.

Definition at line 155 of file util_type.cuh.

Public Types

enum  { VALUE = ((N & (N - 1)) == 0) }
 

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