|
static constexpr int | value |
|
◆ value
template<long long Num, long long Den, int N = 0, bool Enabled = (N < 19) && (Num <= max_value<long long>() / 10)>
Initial value:=
Num % Den == 0 ? N : count_fractional_digits<Num * 10, Den, N + 1>::value
The documentation for this struct was generated from the following file: