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

Detailed description

template< int X, int Y>
struct mgpu::sRoundUp< X, Y >

Definition at line 123 of file static.h.

#include <static.h>

Public Types

enum  { rem = X % Y }
 
enum  { value = X + (rem ? (Y - rem) : 0) }
 

Member Enumeration Documentation

template<int X, int Y>
anonymous enum
Enumerator
rem 

Definition at line 124 of file static.h.

template<int X, int Y>
anonymous enum
Enumerator
value 

Definition at line 125 of file static.h.


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