WPILibC++ 2024.3.2
detail::count_fractional_digits< Num, Den, N, Enabled > Struct Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/fmtlib/include/fmt/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 detail::count_fractional_digits< Num, Den, N, Enabled >::value
staticconstexpr
Initial value:
=
static constexpr int value
Definition: chrono.h:1031

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