Value range. More...
#include <senf/Utils/Console/Utility.hh>
Public Attributes | |
T | lower |
T | upper |
Value range.
A value range may be represented in the console either by a single value (setting both lower and upper to the same value) or as a lower and upper bound separated by a colon.
Definition at line 94 of file Utility.hh.
T senf::console::ValueRange< T >::lower |
Definition at line 96 of file Utility.hh.
T senf::console::ValueRange< T >::upper |
Definition at line 97 of file Utility.hh.