tudocomp
– The TU Dortmund Compression Framework
tdc::FixedRange< t_min, t_max > Class Template Reference

Represents a compiler-level fixed range. More...

#include <Range.hpp>

Inheritance diagram for tdc::FixedRange< t_min, t_max >:
tdc::Range

Public Member Functions

constexpr FixedRange ()
 Constructs a range with the fixed values. 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...
 

Detailed Description

template<size_t t_min, size_t t_max>
class tdc::FixedRange< t_min, t_max >

Represents a compiler-level fixed range.

Definition at line 83 of file Range.hpp.

Constructor & Destructor Documentation

◆ FixedRange()

template<size_t t_min, size_t t_max>
constexpr tdc::FixedRange< t_min, t_max >::FixedRange ( )
inline

Constructs a range with the fixed values.

Definition at line 86 of file Range.hpp.


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