|
tudocomp
– The TU Dortmund Compression Framework
|
Represents a range of valid values for a certain type. More...
#include <Range.hpp>
Public Member Functions | |
| constexpr | TypeRange () |
| Constructs a range for the type. More... | |
Public Member Functions inherited from tdc::Range | |
| constexpr | Range (size_t max) |
| Constructs a range from zero to a maximum value. More... | |
| constexpr | Range (size_t min, size_t max) |
| Constructs a range. More... | |
| size_t | min () const |
| Yields the range's minimum value. More... | |
| size_t | max () const |
| Yields the range's maximum value. More... | |
| size_t | delta () const |
| Yields the difference between the range's minimum and maximum values. More... | |
Represents a range of valid values for a certain type.
| T | the value type |
|
inline |