cartobase  5.1.2
std::numeric_limits< bool > Struct Reference

#include <cartobase/type/limits_gcc3.h>

Static Public Member Functions

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

Static Public Attributes

static const bool is_specialized = true
 
static const int digits = __glibcpp_bool_digits
 
static const int digits10 = 0
 
static const bool is_signed = false
 
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 = false
 
static const bool is_bounded = true
 
static const bool is_modulo = false
 
static const bool traps
 
static const bool tinyness_before = false
 
static const float_round_style round_style = round_toward_zero
 

Detailed Description

Definition at line 1004 of file limits_gcc3.h.

Member Function Documentation

◆ denorm_min()

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

Definition at line 1042 of file limits_gcc3.h.

◆ epsilon()

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

Definition at line 1020 of file limits_gcc3.h.

◆ infinity()

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

Definition at line 1036 of file limits_gcc3.h.

◆ max()

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

Definition at line 1011 of file limits_gcc3.h.

◆ min()

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

Definition at line 1008 of file limits_gcc3.h.

◆ quiet_NaN()

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

Definition at line 1038 of file limits_gcc3.h.

◆ round_error()

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

Definition at line 1022 of file limits_gcc3.h.

◆ signaling_NaN()

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

Definition at line 1040 of file limits_gcc3.h.

Member Data Documentation

◆ digits

const int std::numeric_limits< bool >::digits = __glibcpp_bool_digits
static

Definition at line 1014 of file limits_gcc3.h.

◆ digits10

const int std::numeric_limits< bool >::digits10 = 0
static

Definition at line 1015 of file limits_gcc3.h.

◆ has_denorm

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

Definition at line 1033 of file limits_gcc3.h.

◆ has_denorm_loss

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

Definition at line 1034 of file limits_gcc3.h.

◆ has_infinity

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

Definition at line 1030 of file limits_gcc3.h.

◆ has_quiet_NaN

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

Definition at line 1031 of file limits_gcc3.h.

◆ has_signaling_NaN

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

Definition at line 1032 of file limits_gcc3.h.

◆ is_bounded

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

Definition at line 1046 of file limits_gcc3.h.

◆ is_exact

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

Definition at line 1018 of file limits_gcc3.h.

◆ is_iec559

const bool std::numeric_limits< bool >::is_iec559 = false
static

Definition at line 1045 of file limits_gcc3.h.

◆ is_integer

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

Definition at line 1017 of file limits_gcc3.h.

◆ is_modulo

const bool std::numeric_limits< bool >::is_modulo = false
static

Definition at line 1047 of file limits_gcc3.h.

◆ is_signed

const bool std::numeric_limits< bool >::is_signed = false
static

Definition at line 1016 of file limits_gcc3.h.

◆ is_specialized

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

Definition at line 1006 of file limits_gcc3.h.

◆ max_exponent

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

Definition at line 1027 of file limits_gcc3.h.

◆ max_exponent10

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

Definition at line 1028 of file limits_gcc3.h.

◆ min_exponent

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

Definition at line 1025 of file limits_gcc3.h.

◆ min_exponent10

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

Definition at line 1026 of file limits_gcc3.h.

◆ radix

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

Definition at line 1019 of file limits_gcc3.h.

◆ round_style

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

Definition at line 1055 of file limits_gcc3.h.

◆ tinyness_before

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

Definition at line 1054 of file limits_gcc3.h.

◆ traps

const bool std::numeric_limits< bool >::traps
static
Initial value:
#define __glibcpp_signed_int_traps
Definition: limits_gcc3.h:401
#define __glibcpp_signed_long_traps
Definition: limits_gcc3.h:448

Definition at line 1052 of file limits_gcc3.h.


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