Definition in file boundednumber.h.
#include <cmath>
#include <cassert>
#include <algorithm>
#include "genericalgs.h"
#include "bounded.h"
Include dependency graph for boundednumber.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Bounded |
Defines | |
#define | MAX_UNSIGNED(T) ((sizeof(T)<<8)-1) |
Returns the maximum value representable in the given unsigned integer type. |
|
Returns the maximum value representable in the given unsigned integer type. Should be unnecessary once all compilers support numeric_limits. Definition at line 45 of file boundednumber.h. |