C++ Instrument Catalog
Static Public Attributes | List of all members
date::detail::static_pow10< exp > Struct Template Reference

#include <date.h>

Static Public Attributes

static CONSTDATA std::uint64_t value = h * h * (exp % 2 ? 10 : 1)
 

Detailed Description

template<unsigned exp>
struct date::detail::static_pow10< exp >

Definition at line 3703 of file date.h.

Member Data Documentation

◆ value

template<unsigned exp>
CONSTDATA std::uint64_t date::detail::static_pow10< exp >::value = h * h * (exp % 2 ? 10 : 1)
static

Definition at line 3708 of file date.h.


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