NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
date::detail::static_pow10< exp > Struct Template Reference

#include <date.h>

Collaboration diagram for date::detail::static_pow10< exp >:

Static Public Attributes

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

Static Private Attributes

static CONSTDATA std::uint64_t h = static_pow10<exp/2>::value
 

Detailed Description

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

Definition at line 3934 of file date.h.

Member Data Documentation

◆ h

template<unsigned exp>
CONSTDATA std::uint64_t date::detail::static_pow10< exp >::h = static_pow10<exp/2>::value
staticprivate

Definition at line 3937 of file date.h.

◆ value

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

Definition at line 3939 of file date.h.


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