senf::console::ValueRange< T > Struct Template Reference

Value range. More...

#include <senf/Utils/Console/Utility.hh>

Public Attributes

lower
 
upper
 

Detailed Description

template<class T>
struct senf::console::ValueRange< T >

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.

Member Data Documentation

◆ lower

template<class T >
T senf::console::ValueRange< T >::lower

Definition at line 96 of file Utility.hh.

◆ upper

template<class T >
T senf::console::ValueRange< T >::upper

Definition at line 97 of file Utility.hh.


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