Embedded Template Library 1.0
etl::private_integral_limits::statics_unsigned_long_long< T > Struct Template Reference

Public Types

typedef unsigned long value_type
 

Static Public Attributes

static ETL_CONSTANT unsigned long long min = 0
 
static ETL_CONSTANT unsigned long long max = ULLONG_MAX
 
static ETL_CONSTANT int bits = CHAR_BIT * (sizeof(unsigned long long) / sizeof(char))
 
static ETL_CONSTANT bool is_signed = etl::is_signed<unsigned long long>::value
 

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