#include <utils.h>
|
static constexpr const std::intmax_t | denom = Denom |
|
static constexpr const std::intmax_t | num = Num |
|
static constexpr const double | val = (Num) / (const double)(Denom) |
|
template<std::intmax_t Num, std::intmax_t Denom = 1>
struct tuw::RatioEval< Num, Denom >
Definition at line 93 of file utils.h.
template<std::intmax_t Num, std::intmax_t Denom = 1>
constexpr const std::intmax_t tuw::RatioEval< Num, Denom >::denom = Denom |
|
static |
template<std::intmax_t Num, std::intmax_t Denom = 1>
template<std::intmax_t Num, std::intmax_t Denom = 1>
constexpr const double tuw::RatioEval< Num, Denom >::val = (Num) / (const double)(Denom) |
|
static |
The documentation for this struct was generated from the following file: