chsvlib
chsv helper source code
ceildiv_value< int_t, Dividend, Divisor > Struct Template Reference

Performs compile time calculation of division of the specified template arguments with ceiling. The result is written to a value field. More...

#include <chsvmath.h>

Inheritance diagram for ceildiv_value< int_t, Dividend, Divisor >:
Collaboration diagram for ceildiv_value< int_t, Dividend, Divisor >:

Detailed Description

template<class int_t, int_t Dividend, int_t Divisor>
struct Chusov::Math::ceildiv_value< int_t, Dividend, Divisor >

Performs compile time calculation of division of the specified template arguments with ceiling. The result is written to a value field.

Template Parameters
int_tis an integral type of the input and output parameters.
Dividend
DivisorUsage:
Performs compile time calculation of division of the specified template arguments with ceiling....
Definition: chsvmath.h:133

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