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

Field Documentation

◆ value

template<unsigned int numerator, unsigned int denominator>
constexpr unsigned int UIntDivCeil< numerator, denominator >::value = numerator / denominator + (numerator%denominator!=0)
staticconstexpr

Definition at line 26 of file mathUtils.hpp.


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