OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
UIntDivCeil< numerator, denominator > Struct Template Reference

Detailed Description

template<unsigned int numerator, unsigned int denominator>
struct UIntDivCeil< numerator, denominator >

Definition at line 24 of file mathUtils.hpp.

Static Public Attributes

static constexpr unsigned int value = numerator / denominator + (numerator%denominator!=0)
 

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