Scarab  v3.5.1
Project 8 C++ Utility Library
Public Types | Static Public Attributes | List of all members
make_precision< Rep, w, in_range > Struct Template Reference

#include <date.h>

Inheritance diagram for make_precision< Rep, w, in_range >:
Inheritance graph

Public Types

using type = std::chrono::duration< Rep, std::ratio< 1, static_pow10< w >::value > >
 

Static Public Attributes

static constexpr const unsigned width = w
 

Detailed Description

template<class Rep, unsigned w, bool in_range = (w < 19)>
struct date::detail::make_precision< Rep, w, in_range >

Definition at line 3608 of file date.h.

Member Typedef Documentation

◆ type

using type = std::chrono::duration<Rep, std::ratio<1, static_pow10<w>::value> >

Definition at line 3611 of file date.h.

Member Data Documentation

◆ width

constexpr const unsigned width = w
static

Definition at line 3612 of file date.h.


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