Scarab
3.2.2
Project 8 C++ Utility Library
date
detail
width
Static Public Attributes
|
List of all members
width< n, d, w, should_continue > Struct Template Reference
#include <
date.h
>
Static Public Attributes
static constexpr const unsigned
value
= 1 +
width
<n, d%n*10, w+1>::value
Detailed Description
template<std::uint64_t n, std::uint64_t d = 10, unsigned w = 0, bool should_continue = !(n < 2) && d != 0 && (w < 19)>
struct date::detail::width< n, d, w, should_continue >
Definition at line
3581
of file
date.h
.
Member Data Documentation
◆
value
constexpr const unsigned value = 1 +
width
<n, d%n*10, w+1>::value
static
Definition at line
3583
of file
date.h
.
The documentation for this struct was generated from the following file:
date.h
Generated by
1.8.13