template <long long Num, long long Den, int N = 0, bool Enabled = (N < 19) && (Num <= max_value<long long>() / 10)>
struct count_fractional_digits
Defined at line 1043 of file ../../third_party/fmtlib/src/include/fmt/chrono.h
Counts the number of fractional digits in the range [0, 18] according to the
C++20 spec. If more than 18 fractional digits are required then returns 6 for
microseconds precision.
Public Members
static const int value