| 35 | |
| 36 | template<typename Type> |
| 37 | Type getValue() const |
| 38 | { |
| 39 | return MyGUI::utility::parseValue<Type>(getValue()); |
| 40 | } |
| 41 | |
| 42 | template<typename Type, typename = std::enable_if_t<!std::is_convertible_v<Type, std::string_view>>> |
| 43 | void setValue(const Type& _value) |
no outgoing calls
no test coverage detected