Public Types | Static Public Attributes | List of all members
ecl::numeric_limits< unsigned long long > Class Reference

Expands the std numeric_limits class for unsigned long long. More...

#include <numeric_limits.hpp>

Inheritance diagram for ecl::numeric_limits< unsigned long long >:
Inheritance graph
[legend]

Public Types

typedef float Precision
 

Static Public Attributes

static const uint16 bits = ECL_SIZE_OF_LONG_LONG*8
 
static const uint16 bytes = ECL_SIZE_OF_LONG_LONG
 
static const Precision dummy_precision
 
static const unsigned long long maximum = ULLONG_MAX
 
static const unsigned long long minimum = 0ULL
 
static const unsigned long long one = 1ULL
 

Detailed Description

Expands the std numeric_limits class for unsigned long long.

See also
ecl::numeric_limits

Definition at line 240 of file numeric_limits.hpp.

Member Typedef Documentation

◆ Precision

typedef float ecl::numeric_limits< unsigned long long >::Precision

Definition at line 248 of file numeric_limits.hpp.

Member Data Documentation

◆ bits

const uint16 ecl::numeric_limits< unsigned long long >::bits = ECL_SIZE_OF_LONG_LONG*8
static

Definition at line 243 of file numeric_limits.hpp.

◆ bytes

const uint16 ecl::numeric_limits< unsigned long long >::bytes = ECL_SIZE_OF_LONG_LONG
static

Definition at line 244 of file numeric_limits.hpp.

◆ dummy_precision

const Precision ecl::numeric_limits< unsigned long long >::dummy_precision
static

Definition at line 249 of file numeric_limits.hpp.

◆ maximum

const unsigned long long ecl::numeric_limits< unsigned long long >::maximum = ULLONG_MAX
static

Definition at line 246 of file numeric_limits.hpp.

◆ minimum

const unsigned long long ecl::numeric_limits< unsigned long long >::minimum = 0ULL
static

Definition at line 245 of file numeric_limits.hpp.

◆ one

const unsigned long long ecl::numeric_limits< unsigned long long >::one = 1ULL
static

Definition at line 242 of file numeric_limits.hpp.


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


ecl_type_traits
Author(s): Daniel Stonier
autogenerated on Wed Mar 2 2022 00:16:22