| 32 | } |
| 33 | |
| 34 | void HoCompuScale::ConstTextValue(std::string value) { |
| 35 | const_text_value_ = std::move(value); |
| 36 | } |
| 37 | |
| 38 | std::string HoCompuScale::ConstTextValue() const { |
| 39 | return const_text_value_.has_value() ? const_text_value_.value() : std::string(); |