Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
std::numeric_limits_detail::int_info< 1 > Struct Reference

Internal helper to define properties for 1-byte integer types. More...

Static Public Attributes

static constexpr int digits10 {2}
 The number of decimal digits.
 
static constexpr int8_t signed_max {127}
 The maximum value of a signed integer with this size.
 
static constexpr int8_t signed_min {-128}
 The minimum value of a signed integer with this size.
 
static constexpr int unsigned_digits10 {2}
 The number of decimal digits when unsigned.
 
static constexpr uint8_t unsigned_max {255U}
 The maximum value of an unsigned integer with this size.
 

Detailed Description

Internal helper to define properties for 1-byte integer types.

Member Data Documentation

◆ digits10

int std::numeric_limits_detail::int_info< 1 >::digits10 {2}
staticconstexpr

The number of decimal digits.

◆ signed_max

int8_t std::numeric_limits_detail::int_info< 1 >::signed_max {127}
staticconstexpr

The maximum value of a signed integer with this size.

◆ signed_min

int8_t std::numeric_limits_detail::int_info< 1 >::signed_min {-128}
staticconstexpr

The minimum value of a signed integer with this size.

◆ unsigned_digits10

int std::numeric_limits_detail::int_info< 1 >::unsigned_digits10 {2}
staticconstexpr

The number of decimal digits when unsigned.

◆ unsigned_max

uint8_t std::numeric_limits_detail::int_info< 1 >::unsigned_max {255U}
staticconstexpr

The maximum value of an unsigned integer with this size.


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