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

#include <cartobase/type/limits_gcc3.h>

Static Public Member Functions

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

Static Public Attributes

static const bool is_specialized = true
 
static const int digits = __glibcpp_wchar_t_digits
 
static const int digits10 = __glibcpp_wchar_t_digits10
 
static const bool is_signed = __glibcpp_wchar_t_is_signed
 
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 = __glibcpp_wchar_t_is_modulo
 
static const bool traps = __glibcpp_wchar_t_traps
 
static const bool tinyness_before = false
 
static const float_round_style round_style = round_toward_zero
 

Detailed Description

template<>
struct std::numeric_limits< wchar_t >

Definition at line 1233 of file limits_gcc3.h.

Member Function Documentation

◆ denorm_min()

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

Definition at line 1270 of file limits_gcc3.h.

◆ epsilon()

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

Definition at line 1248 of file limits_gcc3.h.

◆ infinity()

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

Definition at line 1264 of file limits_gcc3.h.

◆ max()

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

Definition at line 1239 of file limits_gcc3.h.

References __glibcpp_wchar_t_max.

◆ min()

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

Definition at line 1237 of file limits_gcc3.h.

References __glibcpp_wchar_t_min.

◆ quiet_NaN()

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

Definition at line 1266 of file limits_gcc3.h.

◆ round_error()

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

Definition at line 1250 of file limits_gcc3.h.

◆ signaling_NaN()

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

Definition at line 1268 of file limits_gcc3.h.

Member Data Documentation

◆ digits

const int std::numeric_limits< wchar_t >::digits = __glibcpp_wchar_t_digits
static

Definition at line 1242 of file limits_gcc3.h.

◆ digits10

const int std::numeric_limits< wchar_t >::digits10 = __glibcpp_wchar_t_digits10
static

Definition at line 1243 of file limits_gcc3.h.

◆ has_denorm

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

Definition at line 1261 of file limits_gcc3.h.

◆ has_denorm_loss

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

Definition at line 1262 of file limits_gcc3.h.

◆ has_infinity

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

Definition at line 1258 of file limits_gcc3.h.

◆ has_quiet_NaN

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

Definition at line 1259 of file limits_gcc3.h.

◆ has_signaling_NaN

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

Definition at line 1260 of file limits_gcc3.h.

◆ is_bounded

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

Definition at line 1274 of file limits_gcc3.h.

◆ is_exact

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

Definition at line 1246 of file limits_gcc3.h.

◆ is_iec559

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

Definition at line 1273 of file limits_gcc3.h.

◆ is_integer

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

Definition at line 1245 of file limits_gcc3.h.

◆ is_modulo

const bool std::numeric_limits< wchar_t >::is_modulo = __glibcpp_wchar_t_is_modulo
static

Definition at line 1275 of file limits_gcc3.h.

◆ is_signed

const bool std::numeric_limits< wchar_t >::is_signed = __glibcpp_wchar_t_is_signed
static

Definition at line 1244 of file limits_gcc3.h.

◆ is_specialized

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

Definition at line 1235 of file limits_gcc3.h.

◆ max_exponent

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

Definition at line 1255 of file limits_gcc3.h.

◆ max_exponent10

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

Definition at line 1256 of file limits_gcc3.h.

◆ min_exponent

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

Definition at line 1253 of file limits_gcc3.h.

◆ min_exponent10

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

Definition at line 1254 of file limits_gcc3.h.

◆ radix

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

Definition at line 1247 of file limits_gcc3.h.

◆ round_style

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

Definition at line 1279 of file limits_gcc3.h.

◆ tinyness_before

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

Definition at line 1278 of file limits_gcc3.h.

◆ traps

const bool std::numeric_limits< wchar_t >::traps = __glibcpp_wchar_t_traps
static

Definition at line 1277 of file limits_gcc3.h.


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