Blaze 3.9
blaze::Limits< Type > Struct Template Reference

Numerical limits of built-in data types. More...

#include <Limits.h>

Detailed Description

template<typename Type>
struct blaze::Limits< Type >

Numerical limits of built-in data types.

The Limits class provides numerical limits for the following built-in data types:

Depending on the data type, the following limits can be used:

Code examples:

// Positiv infinity value
unsigned int ui = Limits<unsigned int>::inf();
// Negative infinity value
double d = Limits<double>::ninf();
constexpr Infinity inf
Global Infinity instance.
Definition: Infinity.h:1080

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