ref:range

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


ref:range [2023/12/14 16:03] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Range ======
 +Type that defines a range, mostly for use in [[range_penalty|RangePenalty]]. 
 +
 +**Inherited by** [[range_penalty|RangePenalty< T >]].
 +
 +==== Public Attributes ====
 +^ Parameter ^ Type ^ Description ^
 +^ min | T | Minimum value or lower bound of the range; default = -inf. |
 +^ max | T | Maximum value or upper bound of the range; default = inf. |
 +
 +<sub>Converted from doxygen using [[https://github.com/tgeijten/dokugen|dokugen]]</sub>