Dynalib Utils
Public Types | Static Public Attributes | List of all members
date::detail::make_precision< Rep, w, in_range > Struct Template Reference

#include <date.h>

Public Types

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

Static Public Attributes

static CONSTDATA unsigned width = w
 

Member Typedef Documentation

◆ type

template<class Rep, unsigned w, bool in_range = (w < 19)>
using date::detail::make_precision< Rep, w, in_range >::type = std::chrono::duration<Rep, std::ratio<1, static_pow10<w>::value> >

Member Data Documentation

◆ width

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

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