|
Fcitx
|
A helper class provide writing ability to option value. More...
#include <fcitx-config/option.h>
Public Types | |
| using | value_type = typename OptionType::value_type |
Public Member Functions | |
| MutableOption (OptionType *option=nullptr) | |
| MutableOption (MutableOption &&other) noexcept | |
| MutableOption & | operator= (MutableOption &&other) noexcept |
| value_type & | operator* () |
| value_type * | operator-> () |
A helper class provide writing ability to option value.
1.8.13