NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
date::detail::width< n, d, w, should_continue > Struct Template Reference

#include <date.h>

Collaboration diagram for date::detail::width< n, d, w, should_continue >:

Static Public Attributes

static CONSTDATA unsigned value = 1 + width<n%d*10, d, w+1>::value
 

Detailed Description

template<std::uint64_t n, std::uint64_t d, unsigned w = 0, bool should_continue = n%d != 0 && (w < 19)>
struct date::detail::width< n, d, w, should_continue >

Definition at line 3921 of file date.h.

Member Data Documentation

◆ value

template<std::uint64_t n, std::uint64_t d, unsigned w = 0, bool should_continue = n%d != 0 && (w < 19)>
CONSTDATA unsigned date::detail::width< n, d, w, should_continue >::value = 1 + width<n%d*10, d, w+1>::value
static

Definition at line 3924 of file date.h.


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