Public Types | Static Public Attributes
ecl::numeric_limits< unsigned long long > Class Template Reference

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

#include <numeric_limits.hpp>

List of all members.

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

template<>
class ecl::numeric_limits< unsigned long long >

Expands the std numeric_limits class for unsigned long long.

See also:
ecl::numeric_limits

Definition at line 234 of file numeric_limits.hpp.


Member Typedef Documentation

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

Definition at line 242 of file numeric_limits.hpp.


Member Data Documentation

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

Definition at line 237 of file numeric_limits.hpp.

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

Definition at line 238 of file numeric_limits.hpp.

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

Definition at line 243 of file numeric_limits.hpp.

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

Definition at line 240 of file numeric_limits.hpp.

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

Definition at line 239 of file numeric_limits.hpp.

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

Definition at line 236 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 Mon Jul 3 2017 02:21:23