Photon
1.0.0
Loading...
Searching...
No Matches
Static Public Attributes
|
List of all members
count_fractional_digits< Num, Den, N, Enabled > Struct Template Reference
#include <
chrono.h
>
Static Public Attributes
static constexpr int
value
Member Data Documentation
◆
value
template<long long Num, long long Den, int N = 0, bool Enabled = (N < 19) && (Num <= max_value<long long>() / 10)>
constexpr int
count_fractional_digits
< Num, Den, N, Enabled >
::value
static
constexpr
Initial value:
=
Num % Den == 0 ? N :
count_fractional_digits<Num * 10, Den, N + 1>::value
count_fractional_digits
Definition
chrono.h:1967
The documentation for this struct was generated from the following file:
vendor/spdlog/fmt/bundled/
chrono.h
count_fractional_digits
Generated by
1.9.8