Thrill  0.1
numeric_limits< thrill::common::UIntPair< HighType > > Class Template Reference

Detailed Description

template<typename HighType>
class std::numeric_limits< thrill::common::UIntPair< HighType > >

template class providing some numeric_limits fields for UIntPair types.

Definition at line 277 of file uint_types.hpp.

#include <uint_types.hpp>

Public Types

using UIntPair = thrill::common::UIntPair< HighType >
 

Static Public Member Functions

static const UIntPair epsilon ()
 epsilon is zero More...
 
static UIntPair lowest ()
 return an UIntPair instance containing the smallest value possible More...
 
static UIntPair max ()
 return an UIntPair instance containing the largest value possible More...
 
static UIntPair min ()
 return an UIntPair instance containing the smallest value possible More...
 
static const UIntPair round_error ()
 rounding error is zero More...
 

Static Public Attributes

static const int digits = UIntPair::digits
 number of binary digits (bits) in UIntPair More...
 
static const bool has_infinity = false
 no infinity More...
 
static const bool is_exact = true
 unit_pair types contain exact integers More...
 
static const bool is_integer = true
 UIntPair types are integers. More...
 
static const bool is_signed = false
 unit_pair types are unsigned More...
 
static const bool is_specialized = true
 yes we have information about UIntPair More...
 
static const int max_exponent = 0
 no exponent More...
 
static const int max_exponent10 = 0
 no exponent More...
 
static const int min_exponent = 0
 no exponent More...
 
static const int min_exponent10 = 0
 no exponent More...
 
static const int radix = 2
 unit_pair radix is binary More...
 

Member Typedef Documentation

◆ UIntPair

Definition at line 280 of file uint_types.hpp.

Member Function Documentation

◆ epsilon()

static const UIntPair epsilon ( )
inlinestatic

epsilon is zero

Definition at line 313 of file uint_types.hpp.

References UIntPair< High_ >::UIntPair().

◆ lowest()

static UIntPair lowest ( )
inlinestatic

return an UIntPair instance containing the smallest value possible

Definition at line 294 of file uint_types.hpp.

References UIntPair< High_ >::min().

◆ max()

static UIntPair max ( )
inlinestatic

return an UIntPair instance containing the largest value possible

Definition at line 290 of file uint_types.hpp.

References UIntPair< High_ >::max().

◆ min()

static UIntPair min ( )
inlinestatic

return an UIntPair instance containing the smallest value possible

Definition at line 286 of file uint_types.hpp.

References UIntPair< High_ >::min().

◆ round_error()

static const UIntPair round_error ( )
inlinestatic

rounding error is zero

Definition at line 317 of file uint_types.hpp.

References UIntPair< High_ >::UIntPair().

Member Data Documentation

◆ digits

const int digits = UIntPair::digits
static

number of binary digits (bits) in UIntPair

Definition at line 310 of file uint_types.hpp.

◆ has_infinity

const bool has_infinity = false
static

no infinity

Definition at line 333 of file uint_types.hpp.

◆ is_exact

const bool is_exact = true
static

unit_pair types contain exact integers

Definition at line 304 of file uint_types.hpp.

◆ is_integer

const bool is_integer = true
static

UIntPair types are integers.

Definition at line 301 of file uint_types.hpp.

◆ is_signed

const bool is_signed = false
static

unit_pair types are unsigned

Definition at line 298 of file uint_types.hpp.

◆ is_specialized

const bool is_specialized = true
static

yes we have information about UIntPair

Definition at line 283 of file uint_types.hpp.

◆ max_exponent

const int max_exponent = 0
static

no exponent

Definition at line 327 of file uint_types.hpp.

◆ max_exponent10

const int max_exponent10 = 0
static

no exponent

Definition at line 330 of file uint_types.hpp.

◆ min_exponent

const int min_exponent = 0
static

no exponent

Definition at line 321 of file uint_types.hpp.

◆ min_exponent10

const int min_exponent10 = 0
static

no exponent

Definition at line 324 of file uint_types.hpp.

◆ radix

const int radix = 2
static

unit_pair radix is binary

Definition at line 307 of file uint_types.hpp.


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