OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
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) }
 

Member Enumeration Documentation

◆ anonymous enum

template<int N>
anonymous enum

Definition at line 157 of file util_type.cuh.


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