NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <date.h>
Public Types | |
using | type = typename std::conditional< digits< 32, std::int32_t, typename std::conditional< digits< 64, std::int64_t, std::int64_t >::type >::type |
Static Public Attributes | |
static const int | digits = std::numeric_limits<T>::digits |
using date::detail::choose_trunc_type< T >::type = typename std::conditional < digits < 32, std::int32_t, typename std::conditional < digits < 64, std::int64_t, std::int64_t >::type >::type |
|
static |