cartobase  5.0.5
std::numeric_limits< long long > Struct Template Reference

#include <cartobase/type/limits_gcc3.h>

Static Public Member Functions

static long long min () throw ()
 
static long long max () throw ()
 
static long long epsilon () throw ()
 
static long long round_error () throw ()
 
static long long infinity () throw ()
 
static long long quiet_NaN () throw ()
 
static long long signaling_NaN () throw ()
 
static long long denorm_min () throw ()
 

Static Public Attributes

static const bool is_specialized = true
 
static const int digits = __glibcpp_signed_long_long_digits
 
static const int digits10 = __glibcpp_signed_long_long_digits10
 
static const bool is_signed = true
 
static const bool is_integer = true
 
static const bool is_exact = true
 
static const int radix = 2
 
static const int min_exponent = 0
 
static const int min_exponent10 = 0
 
static const int max_exponent = 0
 
static const int max_exponent10 = 0
 
static const bool has_infinity = false
 
static const bool has_quiet_NaN = false
 
static const bool has_signaling_NaN = false
 
static const float_denorm_style has_denorm = denorm_absent
 
static const bool has_denorm_loss = false
 
static const bool is_iec559 = true
 
static const bool is_bounded = true
 
static const bool is_modulo = __glibcpp_signed_long_long_is_modulo
 
static const bool traps = __glibcpp_signed_long_long_traps
 
static const bool tinyness_before = false
 
static const float_round_style round_style = round_toward_zero
 

Detailed Description

template<>
struct std::numeric_limits< long long >

Definition at line 1627 of file limits_gcc3.h.

Member Function Documentation

◆ denorm_min()

static long long std::numeric_limits< long long >::denorm_min ( )
throw (
)
inlinestatic

Definition at line 1664 of file limits_gcc3.h.

◆ epsilon()

static long long std::numeric_limits< long long >::epsilon ( )
throw (
)
inlinestatic

Definition at line 1642 of file limits_gcc3.h.

◆ infinity()

static long long std::numeric_limits< long long >::infinity ( )
throw (
)
inlinestatic

Definition at line 1658 of file limits_gcc3.h.

◆ max()

static long long std::numeric_limits< long long >::max ( )
throw (
)
inlinestatic

Definition at line 1633 of file limits_gcc3.h.

References __glibcpp_signed_long_long_max.

◆ min()

static long long std::numeric_limits< long long >::min ( )
throw (
)
inlinestatic

Definition at line 1631 of file limits_gcc3.h.

References __glibcpp_signed_long_long_min.

◆ quiet_NaN()

static long long std::numeric_limits< long long >::quiet_NaN ( )
throw (
)
inlinestatic

Definition at line 1660 of file limits_gcc3.h.

◆ round_error()

static long long std::numeric_limits< long long >::round_error ( )
throw (
)
inlinestatic

Definition at line 1644 of file limits_gcc3.h.

◆ signaling_NaN()

static long long std::numeric_limits< long long >::signaling_NaN ( )
throw (
)
inlinestatic

Definition at line 1662 of file limits_gcc3.h.

Member Data Documentation

◆ digits

const int std::numeric_limits< long long >::digits = __glibcpp_signed_long_long_digits
static

Definition at line 1636 of file limits_gcc3.h.

◆ digits10

const int std::numeric_limits< long long >::digits10 = __glibcpp_signed_long_long_digits10
static

Definition at line 1637 of file limits_gcc3.h.

◆ has_denorm

const float_denorm_style std::numeric_limits< long long >::has_denorm = denorm_absent
static

Definition at line 1655 of file limits_gcc3.h.

◆ has_denorm_loss

const bool std::numeric_limits< long long >::has_denorm_loss = false
static

Definition at line 1656 of file limits_gcc3.h.

◆ has_infinity

const bool std::numeric_limits< long long >::has_infinity = false
static

Definition at line 1652 of file limits_gcc3.h.

◆ has_quiet_NaN

const bool std::numeric_limits< long long >::has_quiet_NaN = false
static

Definition at line 1653 of file limits_gcc3.h.

◆ has_signaling_NaN

const bool std::numeric_limits< long long >::has_signaling_NaN = false
static

Definition at line 1654 of file limits_gcc3.h.

◆ is_bounded

const bool std::numeric_limits< long long >::is_bounded = true
static

Definition at line 1668 of file limits_gcc3.h.

◆ is_exact

const bool std::numeric_limits< long long >::is_exact = true
static

Definition at line 1640 of file limits_gcc3.h.

◆ is_iec559

const bool std::numeric_limits< long long >::is_iec559 = true
static

Definition at line 1667 of file limits_gcc3.h.

◆ is_integer

const bool std::numeric_limits< long long >::is_integer = true
static

Definition at line 1639 of file limits_gcc3.h.

◆ is_modulo

const bool std::numeric_limits< long long >::is_modulo = __glibcpp_signed_long_long_is_modulo
static

Definition at line 1669 of file limits_gcc3.h.

◆ is_signed

const bool std::numeric_limits< long long >::is_signed = true
static

Definition at line 1638 of file limits_gcc3.h.

◆ is_specialized

const bool std::numeric_limits< long long >::is_specialized = true
static

Definition at line 1629 of file limits_gcc3.h.

◆ max_exponent

const int std::numeric_limits< long long >::max_exponent = 0
static

Definition at line 1649 of file limits_gcc3.h.

◆ max_exponent10

const int std::numeric_limits< long long >::max_exponent10 = 0
static

Definition at line 1650 of file limits_gcc3.h.

◆ min_exponent

const int std::numeric_limits< long long >::min_exponent = 0
static

Definition at line 1647 of file limits_gcc3.h.

◆ min_exponent10

const int std::numeric_limits< long long >::min_exponent10 = 0
static

Definition at line 1648 of file limits_gcc3.h.

◆ radix

const int std::numeric_limits< long long >::radix = 2
static

Definition at line 1641 of file limits_gcc3.h.

◆ round_style

const float_round_style std::numeric_limits< long long >::round_style = round_toward_zero
static

Definition at line 1673 of file limits_gcc3.h.

◆ tinyness_before

const bool std::numeric_limits< long long >::tinyness_before = false
static

Definition at line 1672 of file limits_gcc3.h.

◆ traps

const bool std::numeric_limits< long long >::traps = __glibcpp_signed_long_long_traps
static

Definition at line 1671 of file limits_gcc3.h.


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