WPILibC++ 2024.3.2
detail::count_fractional_digits< Num, Den, N, false > 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 = (Num % Den == 0) ? N : 6
 

Member Data Documentation

◆ value

template<long long Num, long long Den, int N>
constexpr int detail::count_fractional_digits< Num, Den, N, false >::value = (Num % Den == 0) ? N : 6
staticconstexpr

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