Static Public Attributes | List of all members
detail::count_fractional_digits< Num, Den, N, Enabled > Struct Template Reference

#include <chrono.h>

Static Public Attributes

static constexpr int value
 

Detailed Description

template<long long Num, long long Den, int N = 0, bool Enabled = (N < 19) && (Num <= max_value<long long>() / 10)>
struct detail::count_fractional_digits< Num, Den, N, Enabled >

Definition at line 1078 of file chrono.h.

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:

Definition at line 1079 of file chrono.h.


The documentation for this struct was generated from the following file:
detail::count_fractional_digits::value
static constexpr int value
Definition: chrono.h:1079


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Aug 11 2024 02:24:30