Scarab  v3.4.1
Project 8 C++ Utility Library
Static Public Attributes | Static Private Attributes | List of all members
static_pow10< exp > Struct Template Reference

#include <date.h>

Static Public Attributes

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

Static Private Attributes

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

Detailed Description

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

Definition at line 3593 of file date.h.

Member Data Documentation

◆ h

constexpr const std::uint64_t h = static_pow10<exp/2>::value
staticprivate

Definition at line 3596 of file date.h.

◆ value

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

Definition at line 3598 of file date.h.


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