NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
date::detail::static_gcd< Xp, Yp > Struct Template Reference

#include <date.h>

Collaboration diagram for date::detail::static_gcd< Xp, Yp >:

Static Public Attributes

static const std::intmax_t value = static_gcd<Yp, Xp % Yp>::value
 

Detailed Description

template<std::intmax_t Xp, std::intmax_t Yp>
struct date::detail::static_gcd< Xp, Yp >

Definition at line 1145 of file date.h.

Member Data Documentation

◆ value

template<std::intmax_t Xp, std::intmax_t Yp>
const std::intmax_t date::detail::static_gcd< Xp, Yp >::value = static_gcd<Yp, Xp % Yp>::value
static

Definition at line 1147 of file date.h.


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