C++ Instrument Catalog
Static Public Attributes | List of all members
date::detail::static_gcd< Xp, Yp > Struct Template Reference

#include <date.h>

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 1147 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 1149 of file date.h.


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