GNU Radio's SATNOGS Package
date::detail::choose_trunc_type< T > Struct Template Reference

#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
 

Member Typedef Documentation

◆ type

template<class T>
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

Member Data Documentation

◆ digits

template<class T>
const int date::detail::choose_trunc_type< T >::digits = std::numeric_limits<T>::digits
static

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