|
Fcitx
|
Integer type constrain with a lower and a upper bound. More...
#include <fcitx-config/option.h>
Public Types | |
| using | Type = int |
Public Member Functions | |
| IntConstrain (int min=std::numeric_limits< int >::min(), int max=std::numeric_limits< int >::max()) | |
| bool | check (int value) const |
| void | dumpDescription (RawConfig &config) const |
1.8.13